Home
last modified time | relevance | path

Searched refs:ecode (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c823 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.5/main/streams/
H A Dphp_stream_transport.h57 …_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.5/ext/openssl/
H A Dxp_ssl.c100 unsigned long ecode; in handle_ssl_error() local
141 ecode = ERR_get_error(); in handle_ssl_error()
143 switch (ERR_GET_REASON(ecode)) { in handle_ssl_error()
152 ERR_error_string_n(ecode, esbuf, sizeof(esbuf)); in handle_ssl_error()
157 } while ((ecode = ERR_get_error()) != 0); in handle_ssl_error()
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h522 #define ONIG_IS_PATTERN_ERROR(ecode) ((ecode) <= -100 && (ecode) > -1000) argument
H A Dregparse.h326 extern void onig_scan_env_set_error_string P_((ScanEnv* env, int ecode, UChar* arg, UChar* arg_en…
H A Dregparse.c5547 onig_scan_env_set_error_string(ScanEnv* env, int ecode ARG_UNUSED, in onig_scan_env_set_error_string()
H A DHISTORY1936 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h

Completed in 67 milliseconds