Home
last modified time | relevance | path

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

/PHP-7.3/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()
1123 PHPDBG_G(err_buf).fd = fd; in phpdbg_vprint()
1125 PHPDBG_G(err_buf).msg = msg; in phpdbg_vprint()
1128 PHPDBG_G(err_buf).xml = xml; in phpdbg_vprint()
1153 PHPDBG_G(err_buf).type = 0; in phpdbg_free_err_buf()
1155 efree(PHPDBG_G(err_buf).tag); in phpdbg_free_err_buf()
1156 efree(PHPDBG_G(err_buf).msg); in phpdbg_free_err_buf()
1158 efree(PHPDBG_G(err_buf).xml); in phpdbg_free_err_buf()
1175 PHPDBG_G(err_buf).active = 0; in phpdbg_output_err_buf()
[all …]
H A Dphpdbg.h304 } err_buf; /* error buffer */ variable
H A Dphpdbg.c165 pg->err_buf.active = 0; in php_phpdbg_globals_ctor()
166 pg->err_buf.type = 0; in php_phpdbg_globals_ctor()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Doniggnu.h65 int re_compile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
67 int re_recompile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI19 # int onig_error_code_to_str(UChar* err_buf, int err_code, ...)
28 1 err_buf: error message string buffer.
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c632 char err_buf[512]; in php_openssl_win_cert_verify_callback() local
638 …WARNING, "Error encoding X509 certificate: %d: %s", err_code, ERR_error_string(err_code, err_buf)); in php_openssl_win_cert_verify_callback()

Completed in 29 milliseconds