Searched refs:branch_chain (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 695 typedef struct branch_chain { struct 696 struct branch_chain *outer; argument 698 } branch_chain; typedef
|
D | pcre2_internal.h | 1872 #define branch_chain PCRE2_SUFFIX(branch_chain_) macro
|
D | pcre2_compile.c | 127 uint32_t *, int32_t *, uint32_t *, int32_t *, branch_chain *, 4913 uint32_t *reqcuptr, int32_t *reqcuflagsptr, branch_chain *bcptr, in compile_branch() 7522 branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr) in compile_regex() 7538 branch_chain bc; in compile_regex()
|