Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c6745 PCRE_PUCHAR new_start_match; in pcre_exec() local
6953 new_start_match = start_match; in pcre_exec()
6963 new_start_match = md->start_match_ptr; in pcre_exec()
6975 new_start_match = start_match + 1; in pcre_exec()
6978 ACROSSCHAR(new_start_match < end_subject, *new_start_match, in pcre_exec()
6979 new_start_match++); in pcre_exec()
7008 start_match = new_start_match; in pcre_exec()

Completed in 20 milliseconds