Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3255 BOOL has_first_cu = FALSE; in pcre2_dfa_match() local
3525 has_first_cu = TRUE; in pcre2_dfa_match()
3632 if (has_first_cu || start_bits != NULL) in pcre2_dfa_match()
3638 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_dfa_match()
3661 if (has_first_cu) in pcre2_dfa_match()
3827 p = start_match + (has_first_cu? 1:0); in pcre2_dfa_match()
H A Dpcre2_match.c6113 BOOL has_first_cu = FALSE; in pcre2_match() local
6662 has_first_cu = TRUE; in pcre2_match()
6755 if (has_first_cu || start_bits != NULL) in pcre2_match()
6761 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_match()
6788 if (has_first_cu) in pcre2_match()
6963 p = start_match + (has_first_cu? 1:0); in pcre2_match()

Completed in 23 milliseconds