Searched refs:ecode (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 823 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match() 894 ecode += GET(ecode,1); in match() 906 do ecode += GET(ecode, 1); while (*ecode == OP_ALT); in match() 1108 ecode += GET(ecode, 1); in match() 1196 ecode += GET(ecode, 1); in match() 1261 ecode += GET(ecode, 1); in match() 1402 while (*ecode == OP_ALT) ecode += GET(ecode, 1); in match() 1574 ecode += GET(ecode, 1); in match() 1590 do ecode += GET(ecode,1); while (*ecode == OP_ALT); in match() 1657 ecode += GET(ecode,1); in match() [all …]
|
/PHP-5.6/main/streams/ |
H A D | php_stream_transport.h | 57 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument 58 …ate(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode STREAMS_CC TSRMLS_…
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | oniguruma.h | 522 #define ONIG_IS_PATTERN_ERROR(ecode) ((ecode) <= -100 && (ecode) > -1000) argument
|
H A D | regparse.h | 326 extern void onig_scan_env_set_error_string P_((ScanEnv* env, int ecode, UChar* arg, UChar* arg_en…
|
H A D | regparse.c | 5560 onig_scan_env_set_error_string(ScanEnv* env, int ecode ARG_UNUSED, in onig_scan_env_set_error_string()
|
H A D | HISTORY | 1955 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h
|
/PHP-5.6/ext/openssl/ |
H A D | xp_ssl.c | 156 unsigned long ecode; in handle_ssl_error() local 197 ecode = ERR_get_error(); in handle_ssl_error() 199 switch (ERR_GET_REASON(ecode)) { in handle_ssl_error() 208 ERR_error_string_n(ecode, esbuf, sizeof(esbuf)); in handle_ssl_error() 213 } while ((ecode = ERR_get_error()) != 0); in handle_ssl_error()
|
Completed in 53 milliseconds