Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c3238 BOOL has_req_cu = FALSE; in pcre2_dfa_match() local
3510 has_req_cu = TRUE; in pcre2_dfa_match()
3741 if (has_req_cu && end_subject - start_match < REQ_CU_MAX) in pcre2_dfa_match()
Dpcre2_match.c6010 BOOL has_req_cu = FALSE; in pcre2_match() local
6352 has_req_cu = TRUE; in pcre2_match()
6592 if (has_req_cu && end_subject - start_match < REQ_CU_MAX) in pcre2_match()