Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c6557 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7267 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7889 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
8183 capitem.next = cd->open_caps; in compile_regex()
8185 cd->open_caps = &capitem; in compile_regex()
8357 if (cd->open_caps->flag) in compile_regex()
8372 cd->open_caps = cd->open_caps->next; in compile_regex()
9182 cd->open_caps = NULL; in pcre_compile2()
9271 cd->open_caps = NULL; in pcre_compile2()
H A Dpcre_internal.h2431 open_capitem *open_caps; /* Chain of open capture items */ member

Completed in 40 milliseconds