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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c2714 bcptr points to the chain of current (unclosed) branch starts
2723 branch_chain *bcptr, BOOL utf, compile_data *cd)
2725 while (bcptr != NULL && bcptr->current_branch >= code)
2727 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL))
2729 bcptr = bcptr->outer;
4375 bcptr points to current branch chain
4390 branch_chain *bcptr, int cond_depth,
7344 could_be_empty(called, code, bcptr, ut
2722 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, branch_chain *bcptr, BOOL utf, compile_data *cd) argument
4386 compile_branch(int *optionsptr, pcre_uchar **codeptr, const pcre_uchar **ptrptr, int *errorcodeptr, pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, branch_chain *bcptr, int cond_depth, compile_data *cd, int *lengthptr) argument
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
[all...]

Completed in 35 milliseconds