Home
last modified time | relevance | path

Searched refs:err_buf (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.c567 s = PHPDBG_G(err_buf).xml; in format_converter()
569 s = PHPDBG_G(err_buf).msg; in format_converter()
1124 PHPDBG_G(err_buf).fd = fd; in phpdbg_vprint()
1126 PHPDBG_G(err_buf).msg = msg; in phpdbg_vprint()
1129 PHPDBG_G(err_buf).xml = xml; in phpdbg_vprint()
1154 PHPDBG_G(err_buf).type = 0; in phpdbg_free_err_buf()
1156 efree(PHPDBG_G(err_buf).tag); in phpdbg_free_err_buf()
1157 efree(PHPDBG_G(err_buf).msg); in phpdbg_free_err_buf()
1159 efree(PHPDBG_G(err_buf).xml); in phpdbg_free_err_buf()
1176 PHPDBG_G(err_buf).active = 0; in phpdbg_output_err_buf()
[all …]
H A Dphpdbg.h302 } err_buf; /* error buffer */ variable
H A Dphpdbg.c166 pg->err_buf.active = 0; in php_phpdbg_globals_ctor()
167 pg->err_buf.type = 0; in php_phpdbg_globals_ctor()
/PHP-7.1/ext/mbstring/oniguruma/
H A Doniggnu.h63 int re_compile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
65 int re_recompile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI13 # int onig_error_code_to_str(UChar* err_buf, int err_code, ...)
22 1 err_buf: error message string buffer.
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c612 char err_buf[512]; in win_cert_verify_callback() local
618 …WARNING, "Error encoding X509 certificate: %d: %s", err_code, ERR_error_string(err_code, err_buf)); in win_cert_verify_callback()

Completed in 33 milliseconds