Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c558 s = PHPDBG_G(err_buf).xml; in format_converter()
560 s = PHPDBG_G(err_buf).msg; in format_converter()
1101 PHPDBG_G(err_buf).fd = fd; in phpdbg_vprint()
1103 PHPDBG_G(err_buf).msg = msg; in phpdbg_vprint()
1106 PHPDBG_G(err_buf).xml = xml; in phpdbg_vprint()
1131 PHPDBG_G(err_buf).type = 0; in phpdbg_free_err_buf()
1133 efree(PHPDBG_G(err_buf).tag); in phpdbg_free_err_buf()
1134 efree(PHPDBG_G(err_buf).msg); in phpdbg_free_err_buf()
1136 efree(PHPDBG_G(err_buf).xml); in phpdbg_free_err_buf()
1153 PHPDBG_G(err_buf).active = 0; in phpdbg_output_err_buf()
[all …]
H A Dphpdbg.h302 } 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-8.0/ext/openssl/
H A Dxp_ssl.c648 char err_buf[512]; in php_openssl_win_cert_verify_callback() local
654 …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 30 milliseconds