Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6414 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char() argument
6436 oc = req_char; in search_requested_char()
6439 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
6441 if (req_char > 127 && (common->utf || common->ucp)) in search_requested_char()
6442 oc = UCD_OTHERCASE(req_char); in search_requested_char()
6449 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6459 if (req_char == oc) in search_requested_char()
6460 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char()
6463 bit = req_char ^ oc; in search_requested_char()
6467 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bit); in search_requested_char()
[all …]

Completed in 48 milliseconds