Searched refs:named_group (Results 1 – 3 of 3) sorted by relevance
703 typedef struct named_group { struct708 } named_group; argument732 named_group *named_groups; /* Points to vector in pre-compile */
2353 named_group *ng; in parse_regex()4224 named_group *newspace = in parse_regex()4225 cb->cx->memctl.malloc(newsize * sizeof(named_group), in parse_regex()4234 cb->named_group_list_size * sizeof(named_group)); in parse_regex()5813 named_group *ng = cb->named_groups; in compile_branch()6219 named_group *ng = cb->named_groups; in compile_branch()8730 named_group *ng = cb->named_groups; in get_branchlength()9155 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre2_compile()9548 named_group *ng = cb.named_groups; in pcre2_compile()9660 named_group *ng = cb.named_groups; in pcre2_compile()
1876 #define named_group PCRE2_SUFFIX(named_group_) macro