Searched refs:compile_block (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 85 add_list_to_class(uint8_t *, PCRE2_UCHAR **, uint32_t, compile_block *, 91 branch_chain *, compile_block *, size_t *); 816 auto_callout(PCRE2_UCHAR *code, PCRE2_SPTR ptr, compile_block *cb) in auto_callout() 845 compile_block *cb) in complete_callout() 896 find_fixedlength(PCRE2_UCHAR *code, BOOL utf, BOOL atend, compile_block *cb, in find_fixedlength() 1369 compile_block *cb, BOOL atend, recurse_check *recurses, int *countptr) in could_be_empty_branch() 1825 int *errorcodeptr, uint32_t options, BOOL isclass, compile_block *cb) in PRIV() 2326 unsigned int *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp() 2799 compile_block *cb, uint32_t start, uint32_t end) in add_to_class() 2953 compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class() [all …]
|
D | pcre2_intmodedep.h | 686 typedef struct compile_block { struct 724 } compile_block; argument
|
D | pcre2_auto_possess.c | 515 compare_opcodes(PCRE2_SPTR code, BOOL utf, const compile_block *cb, in compare_opcodes() 1062 PRIV(auto_possessify)(PCRE2_UCHAR *code, BOOL utf, const compile_block *cb) in PRIV()
|
D | pcre2_internal.h | 1900 #define compile_block PCRE2_SUFFIX(compile_block_) macro 1935 const compile_block *); 1937 int *, uint32_t, BOOL, compile_block *);
|