Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c2805 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in internal_dfa_exec()
2814 new_recursive.prevrec = md->recursive; in internal_dfa_exec()
2828 md->recursive = new_recursive.prevrec; /* Done this recursion */ in internal_dfa_exec()
Dpcre_internal.h2466 struct recursion_info *prevrec; /* Previous recursion record (or NULL) */ member
2477 struct dfa_recursion_info *prevrec; member
Dpcre_exec.c1763 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in match()
1772 new_recursive.prevrec = md->recursive; in match()
1808 md->recursive = new_recursive.prevrec; in match()
1847 md->recursive = new_recursive.prevrec; in match()