Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c5650 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
6870 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7149 capitem.next = cd->open_caps; in compile_regex()
7151 cd->open_caps = &capitem; in compile_regex()
7322 if (cd->open_caps->flag) in compile_regex()
7334 cd->open_caps = cd->open_caps->next; in compile_regex()
8024 cd->open_caps = NULL; in pcre_compile2()
8105 cd->open_caps = NULL; in pcre_compile2()
H A Dpcre_internal.h2397 open_capitem *open_caps; /* Chain of open capture items */ member

Completed in 45 milliseconds