Searched refs:bcptr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 2719 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty() argument 2721 while (bcptr != NULL && bcptr->current_branch >= code) in could_be_empty() 2723 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL)) in could_be_empty() 2725 bcptr = bcptr->outer; in could_be_empty() 4386 branch_chain *bcptr, int cond_depth, in compile_branch() argument 7340 could_be_empty(called, code, bcptr, utf, cd)) in compile_branch() 7505 bcptr, /* Current branch chain */ in compile_branch() 8040 branch_chain *bcptr, compile_data *cd, int *lengthptr) in compile_regex() argument 8068 bc.outer = bcptr; in compile_regex()
|