Searched refs:bcptr (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 2773 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty() argument 2775 while (bcptr != NULL && bcptr->current_branch >= code) in could_be_empty() 2777 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL)) in could_be_empty() 2779 bcptr = bcptr->outer; in could_be_empty() 4457 branch_chain *bcptr, int cond_depth, in compile_branch() argument 7625 could_be_empty(called, code, bcptr, utf, cd)) in compile_branch() 7780 bcptr, /* Current branch chain */ in compile_branch() 8310 branch_chain *bcptr, compile_data *cd, int *lengthptr) in compile_regex() argument 8339 bc.outer = bcptr; in compile_regex()
|
Completed in 21 milliseconds