Searched refs:err_buf (Results 1 – 5 of 5) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_out.c | 138 PHPDBG_G(err_buf).type = type; in phpdbg_vprint() 139 PHPDBG_G(err_buf).fd = fd; in phpdbg_vprint() 140 PHPDBG_G(err_buf).msg = msg; in phpdbg_vprint() 141 PHPDBG_G(err_buf).msglen = msglen; in phpdbg_vprint() 160 if (PHPDBG_G(err_buf).type == 0) { in phpdbg_free_err_buf() 164 free(PHPDBG_G(err_buf).msg); in phpdbg_free_err_buf() 166 PHPDBG_G(err_buf).type = 0; in phpdbg_free_err_buf() 170 PHPDBG_G(err_buf).active = active; in phpdbg_activate_err_buf() 182 PHPDBG_G(err_buf).active = 0; in phpdbg_output_err_buf() 185 len = phpdbg_vprint(PHPDBG_G(err_buf).type, PHPDBG_G(err_buf).fd, strfmt, args); in phpdbg_output_err_buf() [all …]
|
H A D | phpdbg.h | 293 } err_buf; /* error buffer */ variable
|
H A D | phpdbg_prompt.c | 267 …ecognized command in %s:%d: %s, %s!", state->init_file, state->line, input, PHPDBG_G(err_buf).msg); in phpdbg_line_init() 269 …put_err_buf("Unrecognized command on line %d: %s, %s!", state->line, input, PHPDBG_G(err_buf).msg); in phpdbg_line_init() 1369 …Could not load %s, not found or invalid zend extension / module: %s", path, PHPDBG_G(err_buf).msg); in PHPDBG_COMMAND() 1557 if (PHPDBG_G(err_buf).active) { in phpdbg_interactive() 1558 phpdbg_output_err_buf("%s", PHPDBG_G(err_buf).msg); in phpdbg_interactive()
|
H A D | phpdbg.c | 133 pg->err_buf.active = 0; in php_phpdbg_globals_ctor() 134 pg->err_buf.type = 0; in php_phpdbg_globals_ctor()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 697 char err_buf[512]; in php_openssl_win_cert_verify_callback() local 703 …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 34 milliseconds