Searched defs:bracount (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c988 bracount number of previous extracting brackets
1000 int bracount, int options, BOOL isclass)
1178 if (s > bracount)
1183 s = bracount - (s - 1);
1230 if (s < 8 || s <= bracount) /* Check for back reference */
5049 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options,
5257 descape = check_escape(&ptr, &d, errorcodeptr, cd->bracount, options, TRUE);
6735 cd->bracount - recno + 1 : recno + cd->bracount;
6967 pcre_uint32 number = cd->bracount
999 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, int bracount, int options, BOOL isclass) argument
[all...]
H A Dpcre_internal.h2434 unsigned int bracount; /* Count of capturing parens as we compile */ member in struct:compile_data

Completed in 45 milliseconds