error_text       2103 ext/openssl/xp_ssl.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text         63 main/streams/php_stream_transport.h 		char **error_text
error_text         71 main/streams/php_stream_transport.h 		char **error_text,
error_text         78 main/streams/php_stream_transport.h 		char **error_text
error_text         87 main/streams/php_stream_transport.h 		char **error_text
error_text        161 main/streams/php_stream_transport.h 		char *error_text;
error_text         64 main/streams/transports.c 	char *error_text = NULL;
error_text        145 main/streams/transports.c 							timeout, &error_text, error_code TSRMLS_CC)) {
error_text        147 main/streams/transports.c 					ERR_RETURN(error_string, error_text, "connect() failed: %s");
error_text        156 main/streams/transports.c 				if (0 != php_stream_xport_bind(stream, name, namelen, &error_text TSRMLS_CC)) {
error_text        157 main/streams/transports.c 					ERR_RETURN(error_string, error_text, "bind() failed: %s");
error_text        173 main/streams/transports.c 					if (0 != php_stream_xport_listen(stream, backlog, &error_text TSRMLS_CC)) {
error_text        174 main/streams/transports.c 						ERR_RETURN(error_string, error_text, "listen() failed: %s");
error_text        198 main/streams/transports.c 		char **error_text
error_text        208 main/streams/transports.c 	param.want_errortext = error_text ? 1 : 0;
error_text        213 main/streams/transports.c 		if (error_text) {
error_text        214 main/streams/transports.c 			*error_text = param.outputs.error_text;
error_text        228 main/streams/transports.c 		char **error_text,
error_text        241 main/streams/transports.c 	param.want_errortext = error_text ? 1 : 0;
error_text        246 main/streams/transports.c 		if (error_text) {
error_text        247 main/streams/transports.c 			*error_text = param.outputs.error_text;
error_text        260 main/streams/transports.c PHPAPI int php_stream_xport_listen(php_stream *stream, int backlog, char **error_text TSRMLS_DC)
error_text        268 main/streams/transports.c 	param.want_errortext = error_text ? 1 : 0;
error_text        273 main/streams/transports.c 		if (error_text) {
error_text        274 main/streams/transports.c 			*error_text = param.outputs.error_text;
error_text        288 main/streams/transports.c 		char **error_text
error_text        300 main/streams/transports.c 	param.want_errortext = error_text ? 1 : 0;
error_text        314 main/streams/transports.c 		if (error_text) {
error_text        315 main/streams/transports.c 			*error_text = param.outputs.error_text;
error_text        575 main/streams/xp_socket.c 	return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_errortext, &xparam->outputs.error_text TSRMLS_CC);
error_text        592 main/streams/xp_socket.c 				spprintf(&xparam->outputs.error_text, 0, "Failed to create unix%s socket %s",
error_text        614 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text        642 main/streams/xp_socket.c 				spprintf(&xparam->outputs.error_text, 0, "Failed to create unix socket");
error_text        652 main/streams/xp_socket.c 				xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text        670 main/streams/xp_socket.c 				spprintf(&xparam->outputs.error_text, 0, "local_addr context option is not a string.");
error_text        675 main/streams/xp_socket.c 		bindto = parse_ip_address_ex(Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval), &bindport, xparam->want_errortext, &xparam->outputs.error_text TSRMLS_CC);
error_text        686 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text        727 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,