err_buf            63 ext/mbstring/oniguruma/oniggnu.h int re_compile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
err_buf            65 ext/mbstring/oniguruma/oniggnu.h int re_recompile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
err_buf           614 ext/openssl/xp_ssl.c 			char err_buf[512];
err_buf           620 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "Error encoding X509 certificate: %d: %s", err_code, ERR_error_string(err_code, err_buf));
err_buf           107 sapi/phpdbg/phpdbg.c 	pg->err_buf.active = 0;
err_buf           108 sapi/phpdbg/phpdbg.c 	pg->err_buf.type = 0;
err_buf           295 sapi/phpdbg/phpdbg.h 	} err_buf;                                   /* error buffer */
err_buf           567 sapi/phpdbg/phpdbg_out.c 						s = PHPDBG_G(err_buf).xml;
err_buf           569 sapi/phpdbg/phpdbg_out.c 						s = PHPDBG_G(err_buf).msg;
err_buf           574 sapi/phpdbg/phpdbg_out.c 							s_len = PHPDBG_G(err_buf).xmllen;
err_buf           576 sapi/phpdbg/phpdbg_out.c 							s_len = PHPDBG_G(err_buf).msglen;
err_buf          1120 sapi/phpdbg/phpdbg_out.c 	if (PHPDBG_G(err_buf).active && type != P_STDOUT && type != P_STDERR) {
err_buf          1123 sapi/phpdbg/phpdbg_out.c 		PHPDBG_G(err_buf).type = type;
err_buf          1124 sapi/phpdbg/phpdbg_out.c 		PHPDBG_G(err_buf).fd = fd;
err_buf          1125 sapi/phpdbg/phpdbg_out.c 		PHPDBG_G(err_buf).tag = estrdup(tag);
err_buf          1126 sapi/phpdbg/phpdbg_out.c 		PHPDBG_G(err_buf).msg = msg;
err_buf          1127 sapi/phpdbg/phpdbg_out.c 		PHPDBG_G(err_buf).msglen = msglen;
err_buf          1129 sapi/phpdbg/phpdbg_out.c 			PHPDBG_G(err_buf).xml = xml;
err_buf          1130 sapi/phpdbg/phpdbg_out.c 			PHPDBG_G(err_buf).xmllen = xmllen;
err_buf          1150 sapi/phpdbg/phpdbg_out.c 	if (PHPDBG_G(err_buf).type == 0) {
err_buf          1154 sapi/phpdbg/phpdbg_out.c 	PHPDBG_G(err_buf).type = 0;
err_buf          1156 sapi/phpdbg/phpdbg_out.c 	efree(PHPDBG_G(err_buf).tag);
err_buf          1157 sapi/phpdbg/phpdbg_out.c 	efree(PHPDBG_G(err_buf).msg);
err_buf          1159 sapi/phpdbg/phpdbg_out.c 		efree(PHPDBG_G(err_buf).xml);
err_buf          1164 sapi/phpdbg/phpdbg_out.c 	PHPDBG_G(err_buf).active = active;
err_buf          1170 sapi/phpdbg/phpdbg_out.c 	int errbuf_active = PHPDBG_G(err_buf).active;
err_buf          1176 sapi/phpdbg/phpdbg_out.c 	PHPDBG_G(err_buf).active = 0;
err_buf          1179 sapi/phpdbg/phpdbg_out.c 	len = phpdbg_vprint(PHPDBG_G(err_buf).type, PHPDBG_G(err_buf).fd, tag ? tag : PHPDBG_G(err_buf).tag, xmlfmt, strfmt, args);
err_buf          1182 sapi/phpdbg/phpdbg_out.c 	PHPDBG_G(err_buf).active = errbuf_active;