Searched refs:open_caps (Results 1 – 2 of 2) sorted by relevance
5708 for (oc = cb->open_caps; in compile_branch()6259 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()7253 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()7586 capitem.next = cb->open_caps; in compile_regex()7589 cb->open_caps = &capitem; in compile_regex()7722 if (cb->open_caps->flag) in compile_regex()7734 cb->open_caps = cb->open_caps->next; in compile_regex()9244 cb.open_caps = NULL; in pcre2_compile()9653 cb.open_caps = NULL; in pcre2_compile()
731 open_capitem *open_caps; /* Chain of open capture items */ member