Searched refs:open_caps (Results 1 – 2 of 2) sorted by relevance
4858 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()6033 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()6272 capitem.next = cd->open_caps; in compile_regex()6274 cd->open_caps = &capitem; in compile_regex()6442 if (cd->open_caps->flag) in compile_regex()6454 cd->open_caps = cd->open_caps->next; in compile_regex()7033 cd->open_caps = NULL; in pcre_compile2()7109 cd->open_caps = NULL; in pcre_compile2()
1646 open_capitem *open_caps; /* Chain of open capture items */ member