Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_compile.c6605 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7293 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7376 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
8017 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
8314 capitem.next = cd->open_caps; in compile_regex()
8316 cd->open_caps = &capitem; in compile_regex()
8488 if (cd->open_caps->flag) in compile_regex()
8503 cd->open_caps = cd->open_caps->next; in compile_regex()
9314 cd->open_caps = NULL; in pcre_compile2()
9403 cd->open_caps = NULL; in pcre_compile2()
H A Dpcre_internal.h2439 open_capitem *open_caps; /* Chain of open capture items */ member

Completed in 32 milliseconds