Searched refs:named_groups (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c7182 ng = cd->named_groups;
7219 memcpy(newspace, cd->named_groups,
7222 (PUBL(free))((void *)cd->named_groups);
7223 cd->named_groups = newspace;
7227 cd->named_groups[cd->names_found].name = name;
7228 cd->named_groups[cd->names_found].length = namelen;
7229 cd->named_groups[cd->names_found].number = number;
7332 ng = cd->named_groups;
9045 named_group named_groups[NAMED_GROUP_LIST_SIZE]; local
9319 cd->named_groups
[all...]

Completed in 96 milliseconds