Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6339 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char() argument
6361 oc = req_char; in search_requested_char()
6364 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
6366 if (req_char > 127 && (common->utf || common->ucp)) in search_requested_char()
6367 oc = UCD_OTHERCASE(req_char); in search_requested_char()
6374 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6384 if (req_char == oc) in search_requested_char()
6385 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char()
6388 bit = req_char ^ oc; in search_requested_char()
6392 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bit); in search_requested_char()
[all …]

Completed in 29 milliseconds