Searched refs:compile_block (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 122 compile_block *, const uint32_t *, unsigned int); 128 compile_block *, PCRE2_SIZE *); 132 compile_block *); 136 compile_block *); 849 static void show_parsed(compile_block *cb) in show_parsed() 1411 int *errorcodeptr, uint32_t options, BOOL isclass, compile_block *cb) in PRIV() 1939 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp() 2147 int *errorcodeptr, compile_block *cb) in read_name() 2232 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts() 2324 compile_block *cb) in parse_regex() [all …]
|
D | pcre2_intmodedep.h | 713 typedef struct compile_block { struct 754 } compile_block; argument
|
D | pcre2_auto_possess.c | 515 compare_opcodes(PCRE2_SPTR code, BOOL utf, const compile_block *cb, in compare_opcodes() 1096 PRIV(auto_possessify)(PCRE2_UCHAR *code, BOOL utf, const compile_block *cb) in PRIV()
|
D | pcre2_internal.h | 1873 #define compile_block PCRE2_SUFFIX(compile_block_) macro 1909 const compile_block *); 1911 int *, uint32_t, BOOL, compile_block *);
|