Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c821 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match()
892 ecode += GET(ecode,1); in match()
904 do ecode += GET(ecode, 1); while (*ecode == OP_ALT); in match()
1106 ecode += GET(ecode, 1); in match()
1194 ecode += GET(ecode, 1); in match()
1259 ecode += GET(ecode, 1); in match()
1400 while (*ecode == OP_ALT) ecode += GET(ecode, 1); in match()
1572 ecode += GET(ecode, 1); in match()
1588 do ecode += GET(ecode,1); while (*ecode == OP_ALT); in match()
1655 ecode += GET(ecode,1); in match()
[all …]
/PHP-7.1/main/streams/
H A Dphp_stream_transport.h57 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument
58 …port_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode STREAMS_CC)
/PHP-7.1/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.c5560 onig_scan_env_set_error_string(ScanEnv* env, int ecode ARG_UNUSED, in onig_scan_env_set_error_string()
H A DHISTORY1960 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c184 unsigned long ecode; in handle_ssl_error() local
225 ecode = ERR_get_error(); in handle_ssl_error()
227 switch (ERR_GET_REASON(ecode)) { in handle_ssl_error()
236 ERR_error_string_n(ecode, esbuf, sizeof(esbuf)); in handle_ssl_error()
241 } while ((ecode = ERR_get_error()) != 0); in handle_ssl_error()

Completed in 75 milliseconds