Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_exec.c1164 md->recursive = rec->prevrec; in match()
1355 new_recursive.prevrec = md->recursive; in match()
1391 md->recursive = new_recursive.prevrec; in match()
1413 md->recursive = new_recursive.prevrec; in match()
1607 md->recursive = rec->prevrec; in match()
Dpcre_internal.h1677 struct recursion_info *prevrec; /* Previous recursion record (or NULL) */ member