Searched refs:prevrec (Results 1 – 3 of 3) sorted by relevance
2806 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()
2483 struct recursion_info *prevrec; /* Previous recursion record (or NULL) */ member2494 struct dfa_recursion_info *prevrec; member
1766 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()