Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3312 BOOL has_first_cu = FALSE; in pcre2_dfa_match() local
3584 has_first_cu = TRUE; in pcre2_dfa_match()
3691 if (has_first_cu || start_bits != NULL) in pcre2_dfa_match()
3697 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_dfa_match()
3714 if (has_first_cu) in pcre2_dfa_match()
3905 p = start_match + (has_first_cu? 1:0); in pcre2_dfa_match()
H A Dpcre2_match.c6322 BOOL has_first_cu = FALSE; in pcre2_match() local
6875 has_first_cu = TRUE; in pcre2_match()
6973 if (has_first_cu || start_bits != NULL) in pcre2_match()
6979 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_match()
7000 if (has_first_cu) in pcre2_match()
7200 p = start_match + (has_first_cu? 1:0); in pcre2_match()

Completed in 28 milliseconds