Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c3201 BOOL has_req_char = FALSE; in pcre_dfa_exec() local
3414 has_req_char = TRUE; in pcre_dfa_exec()
3570 if (has_req_char && end_subject - current_subject < REQ_BYTE_MAX) in pcre_dfa_exec()
Dpcre_exec.c6358 BOOL has_req_char = FALSE; in pcre_exec() local
6711 has_req_char = TRUE; in pcre_exec()
6865 if (has_req_char && end_subject - start_match < REQ_BYTE_MAX) in pcre_exec()