Searched refs:branch_chain (Results 1 – 3 of 3) sorted by relevance
/external/pcre/ |
D | pcre_internal.h | 1668 typedef struct branch_chain { struct 1669 struct branch_chain *outer; argument 1671 } branch_chain; argument
|
D | pcre_compile.c | 549 int *, int *, branch_chain *, compile_data *, int *); 2183 could_be_empty(const uschar *code, const uschar *endcode, branch_chain *bcptr, in could_be_empty() 2958 int *errorcodeptr, int *firstbyteptr, int *reqbyteptr, branch_chain *bcptr, in compile_branch() 6227 int *firstbyteptr, int *reqbyteptr, branch_chain *bcptr, compile_data *cd, in compile_regex() 6243 branch_chain bc; in compile_regex()
|
D | ChangeLog | 366 (b) In pcre_compile(), rename the member of the "branch_chain" structure
|