Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4870 ng = cb->named_groups; in parse_regex()
4908 memcpy(newspace, cb->named_groups, in parse_regex()
4913 cb->named_groups = newspace; in parse_regex()
4919 cb->named_groups[cb->names_found].name = name; in parse_regex()
6605 named_group *ng = cb->named_groups; in compile_branch()
7027 named_group *ng = cb->named_groups; in compile_branch()
9630 named_group *ng = cb->named_groups; in get_branchlength()
10168 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre2_compile() local
10262 cb.named_groups = named_groups; in pcre2_compile()
10566 named_group *ng = cb.named_groups; in pcre2_compile()
[all …]
H A Dpcre2_intmodedep.h740 named_group *named_groups; /* Points to vector in pre-compile */ member

Completed in 55 milliseconds