Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6643 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char() argument
6665 oc = req_char; in search_requested_char()
6668 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
6670 if (req_char > 127 && (common->utf || common->ucp)) in search_requested_char()
6671 oc = UCD_OTHERCASE(req_char); in search_requested_char()
6678 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6688 if (req_char == oc) in search_requested_char()
6689 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char()
6692 bit = req_char ^ oc; in search_requested_char()
6696 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bit); in search_requested_char()
[all …]

Completed in 49 milliseconds