Searched refs:named_group (Results 1 – 3 of 3) sorted by relevance
706 typedef struct named_group { struct711 } named_group; argument735 named_group *named_groups; /* Points to vector in pre-compile */
2500 named_group *ng; in parse_regex()4492 named_group *newspace = in parse_regex()4493 cb->cx->memctl.malloc(newsize * sizeof(named_group), in parse_regex()4502 cb->named_group_list_size * sizeof(named_group)); in parse_regex()6103 named_group *ng = cb->named_groups; in compile_branch()6513 named_group *ng = cb->named_groups; in compile_branch()9040 named_group *ng = cb->named_groups; in get_branchlength()9467 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre2_compile()9860 named_group *ng = cb.named_groups; in pcre2_compile()9972 named_group *ng = cb.named_groups; in pcre2_compile()
1920 #define named_group PCRE2_SUFFIX(named_group_) macro