Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c6732 PCRE_PUCHAR new_start_match; in pcre_exec() local
6940 new_start_match = start_match; in pcre_exec()
6950 new_start_match = md->start_match_ptr; in pcre_exec()
6962 new_start_match = start_match + 1; in pcre_exec()
6965 ACROSSCHAR(new_start_match < end_subject, *new_start_match, in pcre_exec()
6966 new_start_match++); in pcre_exec()
6995 start_match = new_start_match; in pcre_exec()