error_text       2210 ext/openssl/xp_ssl.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text         63 main/streams/php_stream_transport.h 		zend_string **error_text
error_text         71 main/streams/php_stream_transport.h 		zend_string **error_text,
error_text         78 main/streams/php_stream_transport.h 		zend_string **error_text
error_text         87 main/streams/php_stream_transport.h 		zend_string **error_text
error_text        158 main/streams/php_stream_transport.h 		zend_string *error_text;
error_text         64 main/streams/transports.c 	zend_string *error_text = NULL;
error_text        145 main/streams/transports.c 							timeout, &error_text, error_code)) {
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)) {
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)) {
error_text        174 main/streams/transports.c 						ERR_RETURN(error_string, error_text, "listen() failed: %s");
error_text        198 main/streams/transports.c 		zend_string **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 		zend_string **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, zend_string **error_text)
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 		zend_string **error_text
error_text        300 main/streams/transports.c 	param.want_errortext = error_text ? 1 : 0;
error_text        313 main/streams/transports.c 		if (error_text) {
error_text        314 main/streams/transports.c 			*error_text = param.outputs.error_text;
error_text        599 main/streams/xp_socket.c 	return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_errortext, &xparam->outputs.error_text);
error_text        618 main/streams/xp_socket.c 				xparam->outputs.error_text = strpprintf(0, "Failed to create unix%s socket %s",
error_text        670 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text        699 main/streams/xp_socket.c 				xparam->outputs.error_text = strpprintf(0, "Failed to create unix socket");
error_text        709 main/streams/xp_socket.c 				xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text        727 main/streams/xp_socket.c 				xparam->outputs.error_text = strpprintf(0, "local_addr context option is not a string.");
error_text        732 main/streams/xp_socket.c 		bindto = parse_ip_address_ex(Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval), &bindport, xparam->want_errortext, &xparam->outputs.error_text);
error_text        753 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
error_text        794 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,