Home
last modified time | relevance | path

Searched refs:open_caps (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c6605 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7288 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7371 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
8012 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
8309 capitem.next = cd->open_caps; in compile_regex()
8311 cd->open_caps = &capitem; in compile_regex()
8483 if (cd->open_caps->flag) in compile_regex()
8498 cd->open_caps = cd->open_caps->next; in compile_regex()
9309 cd->open_caps = NULL; in pcre_compile2()
9398 cd->open_caps = NULL; in pcre_compile2()
H A Dpcre_internal.h2439 open_capitem *open_caps; /* Chain of open capture items */ member

Completed in 58 milliseconds