Searched refs:has_req_char (Results 1 – 2 of 2) sorted by relevance
3202 BOOL has_req_char = FALSE; in pcre_dfa_exec() local3415 has_req_char = TRUE; in pcre_dfa_exec()3571 if (has_req_char && end_subject - current_subject < REQ_BYTE_MAX) in pcre_dfa_exec()
6370 BOOL has_req_char = FALSE; in pcre_exec() local6724 has_req_char = TRUE; in pcre_exec()6878 if (has_req_char && end_subject - start_match < REQ_BYTE_MAX) in pcre_exec()