Home
last modified time | relevance | path

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

/PHP-8.3/main/streams/
H A Dphp_stream_transport.h54 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument
55 …port_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode STREAMS_CC)
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2623 PCRE2_SPTR ecode; in internal_dfa_match() local
2630 ecode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in internal_dfa_match()
2644 ecode = code + GET(code, 1); in internal_dfa_match()
2652 next_state_offset = (int)(ecode - start_code); in internal_dfa_match()
2654 switch (*ecode) in internal_dfa_match()
2662 if (*ecode == OP_CRPOSSTAR) in internal_dfa_match()
2678 if (count > 0 && *ecode == OP_CRPOSPLUS) in internal_dfa_match()
2694 if (*ecode == OP_CRPOSQUERY) in internal_dfa_match()
2707 if (count >= (int)GET2(ecode, 1)) in internal_dfa_match()
2711 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h791 PCRE2_SPTR ecode; /* The current position in the pattern */ member
H A Dpcre2_match.c176 #define Fecode F->ecode
235 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
5812 uint32_t y = GET(P->ecode,1); in match()
5813 if ((P->ecode)[y] != OP_ALT) break; in match()
5814 P->ecode += y; in match()
5854 Fecode = P->ecode + 1 + LINK_SIZE; in match()
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c243 unsigned long ecode; in php_openssl_handle_ssl_error() local
282 ecode = ERR_get_error(); in php_openssl_handle_ssl_error()
284 switch (ERR_GET_REASON(ecode)) { in php_openssl_handle_ssl_error()
296 ERR_error_string_n(ecode, esbuf, sizeof(esbuf)); in php_openssl_handle_ssl_error()
301 } while ((ecode = ERR_get_error()) != 0); in php_openssl_handle_ssl_error()

Completed in 74 milliseconds