Searched refs:open_caps (Results 1 – 2 of 2) sorted by relevance
5964 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()6745 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()7350 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()7653 capitem.next = cb->open_caps; in compile_regex()7655 cb->open_caps = &capitem; in compile_regex()7829 if (cb->open_caps->flag) in compile_regex()7841 cb->open_caps = cb->open_caps->next; in compile_regex()8447 cb.open_caps = NULL; in pcre2_compile()8749 cb.open_caps = NULL; in pcre2_compile()
701 open_capitem *open_caps; /* Chain of open capture items */ member