Home
last modified time | relevance | path

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

/php-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2670 PCRE2_SPTR ecode; in internal_dfa_match() local
2677 ecode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in internal_dfa_match()
2691 ecode = code + GET(code, 1); in internal_dfa_match()
2699 next_state_offset = (int)(ecode - start_code); in internal_dfa_match()
2701 switch (*ecode) in internal_dfa_match()
2709 if (*ecode == OP_CRPOSSTAR) in internal_dfa_match()
2725 if (count > 0 && *ecode == OP_CRPOSPLUS) in internal_dfa_match()
2741 if (*ecode == OP_CRPOSQUERY) in internal_dfa_match()
2754 if (count >= (int)GET2(ecode, 1)) in internal_dfa_match()
2758 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h795 PCRE2_SPTR ecode; /* The current position in the pattern */ member
H A Dpcre2_match.c181 #define Fecode F->ecode
240 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
5983 Fecode = P->ecode + 1 + LINK_SIZE; in match()
6027 uint32_t y = GET(P->ecode,1); in match()
6028 if ((P->ecode)[y] != OP_ALT) break; in match()
6029 P->ecode += y; in match()
6073 Fecode = P->ecode + 1 + LINK_SIZE; in match()
/php-src/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 47 milliseconds