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

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c909 eptr = md->end_match_ptr;
1174 if (eptr == md->end_match_ptr) /* Matched an empty string */
1179 eptr = md->end_match_ptr;
1252 if (eptr == md->end_match_ptr) /* Matched an empty string */
1257 eptr = md->end_match_ptr;
1503 md->end_match_ptr = eptr; /* Record where we ended */
1819 eptr = md->end_match_ptr;
1927 md->end_match_ptr = eptr; /* For ONCE_NC */
1956 md->end_match_ptr = eptr;
2000 md->end_match_ptr
[all...]

Completed in 142 milliseconds