Home
last modified time | relevance | path

Searched refs:ebuf (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dreggnu.c82 re_compile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_compile_pattern() argument
89 if (IS_NOT_NULL(ebuf)) in re_compile_pattern()
90 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_compile_pattern()
98 re_recompile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_recompile_pattern() argument
112 if (IS_NOT_NULL(ebuf)) in re_recompile_pattern()
113 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_recompile_pattern()
/PHP-5.3/ext/openssl/
H A Dxp_ssl.c96 smart_str ebuf = {0}; in handle_ssl_error() local
150 if (ebuf.c) { in handle_ssl_error()
151 smart_str_appendc(&ebuf, '\n'); in handle_ssl_error()
153 smart_str_appends(&ebuf, esbuf); in handle_ssl_error()
156 smart_str_0(&ebuf); in handle_ssl_error()
161 ebuf.c ? "OpenSSL Error messages:\n" : "", in handle_ssl_error()
162 ebuf.c ? ebuf.c : ""); in handle_ssl_error()
163 if (ebuf.c) { in handle_ssl_error()
164 smart_str_free(&ebuf); in handle_ssl_error()

Completed in 9 milliseconds