Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4195 ng = cb->named_groups; in parse_regex()
4233 memcpy(newspace, cb->named_groups, in parse_regex()
4236 cb->cx->memctl.free((void *)cb->named_groups, in parse_regex()
4238 cb->named_groups = newspace; in parse_regex()
4244 cb->named_groups[cb->names_found].name = name; in parse_regex()
4245 cb->named_groups[cb->names_found].length = (uint16_t)namelen; in parse_regex()
4246 cb->named_groups[cb->names_found].number = cb->bracount; in parse_regex()
4247 cb->named_groups[cb->names_found].isdup = (uint16_t)isdupname; in parse_regex()
5813 named_group *ng = cb->named_groups; in compile_branch()
6219 named_group *ng = cb->named_groups; in compile_branch()
[all …]
Dpcre2_intmodedep.h732 named_group *named_groups; /* Points to vector in pre-compile */ member