Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6488 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char() argument
6510 oc = req_char; in search_requested_char()
6513 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
6515 if (req_char > 127 && (common->utf || common->ucp)) in search_requested_char()
6516 oc = UCD_OTHERCASE(req_char); in search_requested_char()
6523 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6533 if (req_char == oc) in search_requested_char()
6534 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char()
6537 bit = req_char ^ oc; in search_requested_char()
6541 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bit); in search_requested_char()
[all …]

Completed in 36 milliseconds