Searched refs:branch_chain (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/ |
D | pcre_internal.h | 2467 typedef struct branch_chain { struct 2468 struct branch_chain *outer; argument 2470 } branch_chain; typedef
|
D | pcre_compile.c | 88 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *, 2772 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty() 4456 branch_chain *bcptr, int cond_depth, in compile_branch() 8248 branch_chain *bcptr, compile_data *cd, int *lengthptr) in compile_regex() 8264 branch_chain bc; in compile_regex()
|
D | ChangeLog | 2159 (b) In pcre_compile(), rename the member of the "branch_chain" structure
|