Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4549 ng = cb->named_groups; in parse_regex()
4587 memcpy(newspace, cb->named_groups, in parse_regex()
4592 cb->named_groups = newspace; in parse_regex()
4598 cb->named_groups[cb->names_found].name = name; in parse_regex()
6229 named_group *ng = cb->named_groups; in compile_branch()
6649 named_group *ng = cb->named_groups; in compile_branch()
9188 named_group *ng = cb->named_groups; in get_branchlength()
9680 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre2_compile() local
9770 cb.named_groups = named_groups; in pcre2_compile()
10077 named_group *ng = cb.named_groups; in pcre2_compile()
[all …]
H A Dpcre2_intmodedep.h734 named_group *named_groups; /* Points to vector in pre-compile */ member

Completed in 27 milliseconds