Searched refs:open_caps (Results 1 – 2 of 2) sorted by relevance
5998 for (oc = cb->open_caps; in compile_branch()6553 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()7549 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()7894 capitem.next = cb->open_caps; in compile_regex()7897 cb->open_caps = &capitem; in compile_regex()8030 if (cb->open_caps->flag) in compile_regex()8042 cb->open_caps = cb->open_caps->next; in compile_regex()9556 cb.open_caps = NULL; in pcre2_compile()9965 cb.open_caps = NULL; in pcre2_compile()
734 open_capitem *open_caps; /* Chain of open capture items */ member