Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c560 s = PHPDBG_G(err_buf).xml; in format_converter()
562 s = PHPDBG_G(err_buf).msg; in format_converter()
1103 PHPDBG_G(err_buf).fd = fd; in phpdbg_vprint()
1105 PHPDBG_G(err_buf).msg = msg; in phpdbg_vprint()
1108 PHPDBG_G(err_buf).xml = xml; in phpdbg_vprint()
1133 PHPDBG_G(err_buf).type = 0; in phpdbg_free_err_buf()
1135 efree(PHPDBG_G(err_buf).tag); in phpdbg_free_err_buf()
1136 efree(PHPDBG_G(err_buf).msg); in phpdbg_free_err_buf()
1138 efree(PHPDBG_G(err_buf).xml); in phpdbg_free_err_buf()
1155 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.4/ext/openssl/
H A Dxp_ssl.c651 char err_buf[512]; in php_openssl_win_cert_verify_callback() local
657 …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