Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h2416 typedef struct named_group { struct
2420 } named_group; argument
2436 named_group *named_groups; /* Points to vector in pre-compile */
Dpcre_compile.c7102 named_group *ng; in compile_branch()
7162 named_group *newspace = (PUBL(malloc)) in compile_branch()
7163 (newsize * sizeof(named_group)); in compile_branch()
7172 cd->named_group_list_size * sizeof(named_group)); in compile_branch()
7221 named_group *ng; in compile_branch()
9026 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre_compile2()
9406 named_group *ng = cd->named_groups; in pcre_compile2()