Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3325 const uint8_t *start_bits = NULL; in pcre2_dfa_match() local
3602 start_bits = re->start_bitmap; in pcre2_dfa_match()
3691 if (has_first_cu || start_bits != NULL) in pcre2_dfa_match()
3698 if (!ok && start_bits != NULL) in pcre2_dfa_match()
3703 ok = (start_bits[c/8] & (1u << (c&7))) != 0; in pcre2_dfa_match()
3846 else if (start_bits != NULL) in pcre2_dfa_match()
3854 if ((start_bits[c/8] & (1u << (c&7))) != 0) break; in pcre2_dfa_match()
H A Dpcre2_match.c6317 const uint8_t *start_bits = NULL; in pcre2_match() local
6891 start_bits = re->start_bitmap; in pcre2_match()
6973 if (has_first_cu || start_bits != NULL) in pcre2_match()
6980 if (!ok && start_bits != NULL) in pcre2_match()
6985 ok = (start_bits[c/8] & (1u << (c&7))) != 0; in pcre2_match()
7135 else if (start_bits != NULL) in pcre2_match()
7143 if ((start_bits[c/8] & (1u << (c&7))) != 0) break; in pcre2_match()
H A Dpcre2_jit_compile.c6419 const sljit_u8 *start_bits = common->re->start_bitmap; in fast_forward_start_bits() local
6445 if (!optimize_class(common, start_bits, (start_bits[31] & 0x80) != 0, FALSE, &matches)) in fast_forward_start_bits()
6448 if ((start_bits[31] & 0x80) != 0) in fast_forward_start_bits()
6453 if (common->utf && is_char7_bitset(start_bits, FALSE)) in fast_forward_start_bits()
6458 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)start_bits); in fast_forward_start_bits()

Completed in 61 milliseconds