strerror_buf       92 ext/sockets/php_sockets.h 	char *strerror_buf;
strerror_buf      568 ext/sockets/sockets.c 			if (SOCKETS_G(strerror_buf)) {
strerror_buf      569 ext/sockets/sockets.c 				efree(SOCKETS_G(strerror_buf));
strerror_buf      572 ext/sockets/sockets.c 			spprintf(&(SOCKETS_G(strerror_buf)), 0, "Host lookup error %d", error);
strerror_buf      573 ext/sockets/sockets.c 			buf = SOCKETS_G(strerror_buf);
strerror_buf      587 ext/sockets/sockets.c 			if (SOCKETS_G(strerror_buf)) {
strerror_buf      588 ext/sockets/sockets.c 				efree(SOCKETS_G(strerror_buf));
strerror_buf      591 ext/sockets/sockets.c 			SOCKETS_G(strerror_buf) = estrdup(tmp);
strerror_buf      594 ext/sockets/sockets.c 			buf = SOCKETS_G(strerror_buf);
strerror_buf      610 ext/sockets/sockets.c 	sockets_globals->strerror_buf = NULL;
strerror_buf      770 ext/sockets/sockets.c 	if (SOCKETS_G(strerror_buf)) {
strerror_buf      771 ext/sockets/sockets.c 		efree(SOCKETS_G(strerror_buf));
strerror_buf      772 ext/sockets/sockets.c 		SOCKETS_G(strerror_buf) = NULL;