Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4869 ng = cb->named_groups; in parse_regex()
4907 memcpy(newspace, cb->named_groups, in parse_regex()
4912 cb->named_groups = newspace; in parse_regex()
4918 cb->named_groups[cb->names_found].name = name; in parse_regex()
6604 named_group *ng = cb->named_groups; in compile_branch()
7026 named_group *ng = cb->named_groups; in compile_branch()
9628 named_group *ng = cb->named_groups; in get_branchlength()
10166 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre2_compile() local
10260 cb.named_groups = named_groups; in pcre2_compile()
10564 named_group *ng = cb.named_groups; in pcre2_compile()
[all …]
H A Dpcre2_intmodedep.h739 named_group *named_groups; /* Points to vector in pre-compile */ member

Completed in 30 milliseconds