Home
last modified time | relevance | path

Searched refs:named_group (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_intmodedep.h703 typedef struct named_group { struct
708 } named_group; argument
732 named_group *named_groups; /* Points to vector in pre-compile */
Dpcre2_compile.c2353 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()
Dpcre2_internal.h1876 #define named_group PCRE2_SUFFIX(named_group_) macro