Lines Matching defs:cb

928 static void show_parsed(compile_block *cb)  in show_parsed()
2168 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp()
2466 int *errorcodeptr, compile_block *cb) in read_name()
2596 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts()
2774 compile_block *cb) in parse_regex()
5232 uint32_t options, uint32_t xoptions, compile_block *cb, uint32_t start, in add_to_class_internal()
5395 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p, in add_list_to_class_internal()
5438 uint32_t xoptions, compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
5474 uint32_t xoptions, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class()
5516 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5555 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details()
5640 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch()
8382 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_regex()
8693 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored()
8798 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
9181 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9370 int *lcptr, int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength()
9444 parsed_recurse_check *recurses, compile_block *cb) in get_branchlength()
9874 parsed_recurse_check *recurses, compile_block *cb) in set_lookbehind_lengths()
9967 parsed_recurse_check *recurses, compile_block *cb, int *lcptr) in check_lookbehinds()
10134 compile_block cb; /* "Static" compile-time data */ in pcre2_compile() local