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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c4485 BOOL reset_bracount; local
6431 reset_bracount = FALSE;
6581 reset_bracount = TRUE;
7501 reset_bracount, /* True if (?| group */
7744 reset_bracount = FALSE;
8023 reset_bracount TRUE to reset the count for each branch
8040 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes,
8120 if (reset_bracount) cd->bracount = orig_bracount;
8039 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, int cond_depth, pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, branch_chain *bcptr, compile_data *cd, int *lengthptr) argument

Completed in 51 milliseconds