Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3377 const uint8_t *start_bits = NULL; in pcre2_dfa_match() local
3654 start_bits = re->start_bitmap; in pcre2_dfa_match()
3743 if (has_first_cu || start_bits != NULL) in pcre2_dfa_match()
3750 if (!ok && start_bits != NULL) in pcre2_dfa_match()
3755 ok = (start_bits[c/8] & (1u << (c&7))) != 0; in pcre2_dfa_match()
3898 else if (start_bits != NULL) in pcre2_dfa_match()
3906 if ((start_bits[c/8] & (1u << (c&7))) != 0) break; in pcre2_dfa_match()
H A Dpcre2_match.c6536 const uint8_t *start_bits = NULL; in pcre2_match() local
7112 start_bits = re->start_bitmap; in pcre2_match()
7194 if (has_first_cu || start_bits != NULL) in pcre2_match()
7201 if (!ok && start_bits != NULL) in pcre2_match()
7206 ok = (start_bits[c/8] & (1u << (c&7))) != 0; in pcre2_match()
7356 else if (start_bits != NULL) in pcre2_match()
7364 if ((start_bits[c/8] & (1u << (c&7))) != 0) break; in pcre2_match()
H A Dpcre2_jit_compile.c6586 const sljit_u8 *start_bits = common->re->start_bitmap; in fast_forward_start_bits() local
6612 if (!optimize_class(common, start_bits, (start_bits[31] & 0x80) != 0, FALSE, &matches)) in fast_forward_start_bits()
6615 if ((start_bits[31] & 0x80) != 0) in fast_forward_start_bits()
6620 if (common->utf && is_char7_bitset(start_bits, FALSE)) in fast_forward_start_bits()
6625 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)start_bits); in fast_forward_start_bits()

Completed in 91 milliseconds