Lines Matching defs:cb

927 static void show_parsed(compile_block *cb)  in show_parsed()
2167 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp()
2465 int *errorcodeptr, compile_block *cb) in read_name()
2595 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts()
2773 compile_block *cb) in parse_regex()
5231 uint32_t options, uint32_t xoptions, compile_block *cb, uint32_t start, in add_to_class_internal()
5394 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p, in add_list_to_class_internal()
5437 uint32_t xoptions, compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
5473 uint32_t xoptions, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class()
5515 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5554 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details()
5639 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch()
8380 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_regex()
8691 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored()
8796 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
9179 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9368 int *lcptr, int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength()
9442 parsed_recurse_check *recurses, compile_block *cb) in get_branchlength()
9872 parsed_recurse_check *recurses, compile_block *cb) in set_lookbehind_lengths()
9965 parsed_recurse_check *recurses, compile_block *cb, int *lcptr) in check_lookbehinds()
10132 compile_block cb; /* "Static" compile-time data */ in pcre2_compile() local