Lines Matching refs:compile_block

122     compile_block *, const uint32_t *, unsigned int);
128 compile_block *, PCRE2_SIZE *);
132 compile_block *);
136 compile_block *);
140 compile_block *, int *);
922 static void show_parsed(compile_block *cb) in show_parsed()
1506 compile_block *cb) in PRIV()
2090 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp()
2383 int *errorcodeptr, compile_block *cb) in read_name()
2507 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts()
2601 compile_block *cb) in parse_regex()
5002 uint32_t options, compile_block *cb, uint32_t start, uint32_t end) in add_to_class_internal()
5157 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal()
5197 compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
5231 compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class()
5271 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5310 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details()
5392 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch()
8100 branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr) in compile_regex()
8396 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored()
8501 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8884 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9073 int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength()
9137 parsed_recurse_check *recurses, compile_block *cb) in get_branchlength()
9548 parsed_recurse_check *recurses, compile_block *cb) in set_lookbehind_lengths()
9605 parsed_recurse_check *recurses, compile_block *cb, int *lcptr) in check_lookbehinds()
9772 compile_block cb; /* "Static" compile-time data */ in pcre2_compile()