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

/external/pcre/dist/
H A Dpcre_compile.c4481 BOOL reset_bracount; local
6427 reset_bracount = FALSE;
6577 reset_bracount = TRUE;
7497 reset_bracount, /* True if (?| group */
7740 reset_bracount = FALSE;
8019 reset_bracount TRUE to reset the count for each branch
8036 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes,
8116 if (reset_bracount) cd->bracount = orig_bracount;
8035 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 82 milliseconds