Lines Matching defs:cb

917 static void show_parsed(compile_block *cb)  in show_parsed()
2065 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp()
2275 int *errorcodeptr, compile_block *cb) in read_name()
2399 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts()
2493 compile_block *cb) in parse_regex()
4893 uint32_t options, compile_block *cb, uint32_t start, uint32_t end) in add_to_class_internal()
5048 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal()
5088 compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
5122 compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class()
5162 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5201 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details()
5283 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch()
7973 branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr) in compile_regex()
8269 is_anchored(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_anchored()
8374 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8758 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
8947 int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength()
9011 parsed_recurse_check *recurses, compile_block *cb) in get_branchlength()
9422 parsed_recurse_check *recurses, compile_block *cb) in set_lookbehind_lengths()
9478 parsed_recurse_check *recurses, compile_block *cb) in check_lookbehinds()
9646 compile_block cb; /* "Static" compile-time data */ in pcre2_compile() local