Searched refs:namedrefcount (Results 1 – 2 of 2) sorted by relevance
7115 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()
2439 unsigned int namedrefcount; /* Number of backreferences by name */ member