Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2566 PCRE2_SPTR ecode; in internal_dfa_match() local
2573 ecode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in internal_dfa_match()
2587 ecode = code + GET(code, 1); in internal_dfa_match()
2595 next_state_offset = (int)(ecode - start_code); in internal_dfa_match()
2597 switch (*ecode) in internal_dfa_match()
2605 if (*ecode == OP_CRPOSSTAR) in internal_dfa_match()
2621 if (count > 0 && *ecode == OP_CRPOSPLUS) in internal_dfa_match()
2637 if (*ecode == OP_CRPOSQUERY) in internal_dfa_match()
2650 if (count >= (int)GET2(ecode, 1)) in internal_dfa_match()
2654 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h787 PCRE2_SPTR ecode; /* The current position in the pattern */ member
H A Dpcre2_match.c175 #define Fecode F->ecode
233 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
5603 uint32_t y = GET(P->ecode,1); in match()
5604 if ((P->ecode)[y] != OP_ALT) break; in match()
5605 P->ecode += y; in match()
5645 Fecode = P->ecode + 1 + LINK_SIZE; in match()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c213 unsigned long ecode; in php_openssl_handle_ssl_error() local
253 ecode = ERR_get_error(); in php_openssl_handle_ssl_error()
255 switch (ERR_GET_REASON(ecode)) { in php_openssl_handle_ssl_error()
267 ERR_error_string_n(ecode, esbuf, sizeof(esbuf)); in php_openssl_handle_ssl_error()
272 } while ((ecode = ERR_get_error()) != 0); in php_openssl_handle_ssl_error()

Completed in 37 milliseconds