Searched refs:has_req_char (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c3202 BOOL has_req_char = FALSE; local
3415 has_req_char = TRUE;
3571 if (has_req_char && end_subject - current_subject < REQ_BYTE_MAX)
H A Dpcre_exec.c6370 BOOL has_req_char = FALSE; local
6724 has_req_char = TRUE;
6878 if (has_req_char && end_subject - start_match < REQ_BYTE_MAX)

Completed in 46 milliseconds