Searched refs:err_buf (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_out.c | 567 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 D | phpdbg.h | 304 } err_buf; /* error buffer */ variable
|
H A D | phpdbg.c | 165 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 D | oniggnu.h | 65 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 D | API | 19 # 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 D | xp_ssl.c | 632 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 26 milliseconds