Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h676 typedef struct named_group { struct
681 } named_group; argument
702 named_group *named_groups; /* Points to vector in pre-compile */
Dpcre2_compile.c3236 named_group *ng; in scan_for_captures()
3740 named_group *newspace = in scan_for_captures()
3741 cb->cx->memctl.malloc(newsize * sizeof(named_group), in scan_for_captures()
3750 cb->named_group_list_size * sizeof(named_group)); in scan_for_captures()
6076 named_group *ng; in compile_branch()
8344 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre2_compile()
8625 named_group *ng = cb.named_groups; in pcre2_compile()
8757 named_group *ng = cb.named_groups; in pcre2_compile()
Dpcre2_internal.h1903 #define named_group PCRE2_SUFFIX(named_group_) macro