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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c6721 PCRE_PUCHAR new_start_match; local
6932 new_start_match = start_match;
6942 new_start_match = md->start_match_ptr;
6954 new_start_match = start_match + 1;
6957 ACROSSCHAR(new_start_match < end_subject, *new_start_match,
6958 new_start_match++);
6987 start_match = new_start_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c6721 PCRE_PUCHAR new_start_match; local
6932 new_start_match = start_match;
6942 new_start_match = md->start_match_ptr;
6954 new_start_match = start_match + 1;
6957 ACROSSCHAR(new_start_match < end_subject, *new_start_match,
6958 new_start_match++);
6987 start_match = new_start_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c6721 PCRE_PUCHAR new_start_match; local
6932 new_start_match = start_match;
6942 new_start_match = md->start_match_ptr;
6954 new_start_match = start_match + 1;
6957 ACROSSCHAR(new_start_match < end_subject, *new_start_match,
6958 new_start_match++);
6987 start_match = new_start_match;

Completed in 134 milliseconds