Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dphp_stream_transport.h56 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument
57 …port_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode STREAMS_CC)
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2552 PCRE2_SPTR ecode; in internal_dfa_match() local
2559 ecode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in internal_dfa_match()
2573 ecode = code + GET(code, 1); in internal_dfa_match()
2581 next_state_offset = (int)(ecode - start_code); in internal_dfa_match()
2583 switch (*ecode) in internal_dfa_match()
2591 if (*ecode == OP_CRPOSSTAR) in internal_dfa_match()
2607 if (count > 0 && *ecode == OP_CRPOSPLUS) in internal_dfa_match()
2623 if (*ecode == OP_CRPOSQUERY) in internal_dfa_match()
2636 if (count >= (int)GET2(ecode, 1)) in internal_dfa_match()
2640 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h785 PCRE2_SPTR ecode; /* The current position in the pattern */ member
H A Dpcre2_match.c174 #define Fecode F->ecode
232 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
5516 uint32_t y = GET(P->ecode,1); in match()
5517 if ((P->ecode)[y] != OP_ALT) break; in match()
5518 P->ecode += y; in match()
5550 Fecode = P->ecode + 1 + LINK_SIZE; in match()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Doniguruma.h540 #define ONIG_IS_PATTERN_ERROR(ecode) ((ecode) <= -100 && (ecode) > -1000) argument
H A Dregparse.h439 extern void onig_scan_env_set_error_string P_((ScanEnv* env, int ecode, UChar* arg, UChar* arg_en…
H A Dregparse.c8512 onig_scan_env_set_error_string(ScanEnv* env, int ecode ARG_UNUSED, in onig_scan_env_set_error_string()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c194 unsigned long ecode; in php_openssl_handle_ssl_error() local
234 ecode = ERR_get_error(); in php_openssl_handle_ssl_error()
236 switch (ERR_GET_REASON(ecode)) { in php_openssl_handle_ssl_error()
248 ERR_error_string_n(ecode, esbuf, sizeof(esbuf)); in php_openssl_handle_ssl_error()
253 } while ((ecode = ERR_get_error()) != 0); in php_openssl_handle_ssl_error()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY2243 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h

Completed in 79 milliseconds