Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h2457 BOOL dupgroups; /* Duplicate groups exist: (?| found */ member
Dpcre_compile.c6700 cd->dupgroups = TRUE; /* Record (?| encountered */ in compile_branch()
7270 if (cd->dupgroups) *lengthptr += 4 + 4*LINK_SIZE; in compile_branch()
9293 cd->dupgroups = FALSE; in pcre_compile2()