Lines Matching refs:compile_block
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()
2991 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
3031 uint32_t options, BOOL utf, compile_block *cb) in process_verb_name()
3218 compile_block *cb) in scan_for_captures()
3860 compile_block *cb, size_t *lengthptr) in compile_branch()
7594 compile_block *cb, size_t *lengthptr) in compile_regex()
7942 compile_block *cb, int atomcount) in is_anchored()
8032 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8249 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
8317 compile_block cb; /* "Static" compile-time data */ in pcre2_compile()