Home
last modified time | relevance | path

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

/PHP-8.2/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.c6308 BOOL has_first_cu = FALSE; in pcre2_match() local
6868 has_first_cu = TRUE; in pcre2_match()
6966 if (has_first_cu || start_bits != NULL) in pcre2_match()
6972 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_match()
6993 if (has_first_cu) in pcre2_match()
7193 p = start_match + (has_first_cu? 1:0); in pcre2_match()

Completed in 36 milliseconds