Searched refs:ebuf (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | reggnu.c | 82 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.4/ext/openssl/ |
H A D | xp_ssl.c | 96 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()
|
/PHP-5.4/ext/snmp/ |
H A D | snmp.c | 1341 u_char *ebuf = (u_char *) emalloc(ebuf_len); in netsnmp_session_set_contextEngineID() local 1343 if (ebuf == NULL) { in netsnmp_session_set_contextEngineID() 1347 if (!snmp_hex_to_binary(&ebuf, &ebuf_len, &eout_len, 1, contextEngineID)) { in netsnmp_session_set_contextEngineID() 1349 efree(ebuf); in netsnmp_session_set_contextEngineID() 1357 s->contextEngineID = ebuf; in netsnmp_session_set_contextEngineID()
|
Completed in 25 milliseconds