Home
last modified time | relevance | path

Searched refs:bcptr (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2772 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty() argument
2774 while (bcptr != NULL && bcptr->current_branch >= code) in could_be_empty()
2776 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL)) in could_be_empty()
2778 bcptr = bcptr->outer; in could_be_empty()
4456 branch_chain *bcptr, int cond_depth, in compile_branch() argument
7530 could_be_empty(called, code, bcptr, utf, cd)) in compile_branch()
7709 bcptr, /* Current branch chain */ in compile_branch()
8248 branch_chain *bcptr, compile_data *cd, int *lengthptr) in compile_regex() argument
8277 bc.outer = bcptr; in compile_regex()

Completed in 33 milliseconds