Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c2806 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in internal_dfa_exec()
2815 new_recursive.prevrec = md->recursive; in internal_dfa_exec()
2829 md->recursive = new_recursive.prevrec; /* Done this recursion */ in internal_dfa_exec()
Dpcre_internal.h2483 struct recursion_info *prevrec; /* Previous recursion record (or NULL) */ member
2494 struct dfa_recursion_info *prevrec; member
Dpcre_exec.c1766 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in match()
1775 new_recursive.prevrec = md->recursive; in match()
1811 md->recursive = new_recursive.prevrec; in match()
1854 md->recursive = new_recursive.prevrec; in match()