Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmain.c4529 GPollRec *prevrec, *nextrec; in g_main_context_add_poll_unlocked() local
4538 prevrec = NULL; in g_main_context_add_poll_unlocked()
4544 prevrec = nextrec; in g_main_context_add_poll_unlocked()
4548 if (prevrec) in g_main_context_add_poll_unlocked()
4549 prevrec->next = newrec; in g_main_context_add_poll_unlocked()
4553 newrec->prev = prevrec; in g_main_context_add_poll_unlocked()
4594 GPollRec *pollrec, *prevrec, *nextrec; in g_main_context_remove_poll_unlocked() local
4596 prevrec = NULL; in g_main_context_remove_poll_unlocked()
4604 if (prevrec != NULL) in g_main_context_remove_poll_unlocked()
4605 prevrec->next = nextrec; in g_main_context_remove_poll_unlocked()
[all …]
/third_party/glib/glib/pcre/
Dpcre_internal.h2062 struct recursion_info *prevrec; /* Previous recursion record (or NULL) */ member
2072 struct dfa_recursion_info *prevrec; member
Dpcre_dfa_exec.c2756 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in internal_dfa_exec()
2765 new_recursive.prevrec = md->recursive; in internal_dfa_exec()
2779 md->recursive = new_recursive.prevrec; /* Done this recursion */ in internal_dfa_exec()
Dpcre_exec.c1733 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in match()
1741 new_recursive.prevrec = md->recursive; in match()
1775 md->recursive = new_recursive.prevrec; in match()
1809 md->recursive = new_recursive.prevrec; in match()
/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h770 struct dfa_recursion_info *prevrec; member
Dpcre2_dfa_match.c2860 for (ri = mb->recursive; ri != NULL; ri = ri->prevrec) in internal_dfa_match()
2869 new_recursive.prevrec = mb->recursive; in internal_dfa_match()
2885 mb->recursive = new_recursive.prevrec; /* Done this recursion */ in internal_dfa_match()