Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c7115 if (!is_recurse) cd->namedrefcount++; in compile_branch()
9081 cd->namedrefcount = 0; in pcre_compile2()
9125 if (cd->dupnames && cd->namedrefcount > 0) in pcre_compile2()
9126 length += cd->namedrefcount * IMM2_SIZE * sizeof(pcre_uchar); in pcre_compile2()
Dpcre_internal.h2439 unsigned int namedrefcount; /* Number of backreferences by name */ member