strerror_buf       88 ext/sockets/php_sockets.h 	char *strerror_buf;
strerror_buf      565 ext/sockets/sockets.c 			if (SOCKETS_G(strerror_buf)) {
strerror_buf      566 ext/sockets/sockets.c 				efree(SOCKETS_G(strerror_buf));
strerror_buf      569 ext/sockets/sockets.c 			spprintf(&(SOCKETS_G(strerror_buf)), 0, "Host lookup error %d", error);
strerror_buf      570 ext/sockets/sockets.c 			buf = SOCKETS_G(strerror_buf);
strerror_buf      584 ext/sockets/sockets.c 			if (SOCKETS_G(strerror_buf)) {
strerror_buf      585 ext/sockets/sockets.c 				efree(SOCKETS_G(strerror_buf));
strerror_buf      588 ext/sockets/sockets.c 			SOCKETS_G(strerror_buf) = estrdup(tmp);
strerror_buf      591 ext/sockets/sockets.c 			buf = SOCKETS_G(strerror_buf);
strerror_buf      604 ext/sockets/sockets.c 	sockets_globals->strerror_buf = NULL;
strerror_buf      757 ext/sockets/sockets.c 	if (SOCKETS_G(strerror_buf)) {
strerror_buf      758 ext/sockets/sockets.c 		efree(SOCKETS_G(strerror_buf));
strerror_buf      759 ext/sockets/sockets.c 		SOCKETS_G(strerror_buf) = NULL;