Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3268 const uint8_t *start_bits = NULL; in pcre2_dfa_match() local
3543 start_bits = re->start_bitmap; in pcre2_dfa_match()
3632 if (has_first_cu || start_bits != NULL) in pcre2_dfa_match()
3639 if (!ok && start_bits != NULL) in pcre2_dfa_match()
3644 ok = (start_bits[c/8] & (1u << (c&7))) != 0; in pcre2_dfa_match()
3768 else if (start_bits != NULL) in pcre2_dfa_match()
3776 if ((start_bits[c/8] & (1u << (c&7))) != 0) break; in pcre2_dfa_match()
H A Dpcre2_match.c6108 const uint8_t *start_bits = NULL; in pcre2_match() local
6678 start_bits = re->start_bitmap; in pcre2_match()
6755 if (has_first_cu || start_bits != NULL) in pcre2_match()
6762 if (!ok && start_bits != NULL) in pcre2_match()
6767 ok = (start_bits[c/8] & (1u << (c&7))) != 0; in pcre2_match()
6898 else if (start_bits != NULL) in pcre2_match()
6906 if ((start_bits[c/8] & (1u << (c&7))) != 0) break; in pcre2_match()
H A Dpcre2_jit_compile.c6270 const sljit_u8 *start_bits = common->re->start_bitmap; in fast_forward_start_bits() local
6296 if (!optimize_class(common, start_bits, (start_bits[31] & 0x80) != 0, FALSE, &matches)) in fast_forward_start_bits()
6299 if ((start_bits[31] & 0x80) != 0) in fast_forward_start_bits()
6304 if (common->utf && is_char7_bitset(start_bits, FALSE)) in fast_forward_start_bits()
6309 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)start_bits); in fast_forward_start_bits()

Completed in 63 milliseconds