Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4658 ng = cb->named_groups; in parse_regex()
4696 memcpy(newspace, cb->named_groups, in parse_regex()
4701 cb->named_groups = newspace; in parse_regex()
4707 cb->named_groups[cb->names_found].name = name; in parse_regex()
6341 named_group *ng = cb->named_groups; in compile_branch()
6761 named_group *ng = cb->named_groups; in compile_branch()
9314 named_group *ng = cb->named_groups; in get_branchlength()
9806 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre2_compile() local
9896 cb.named_groups = named_groups; in pcre2_compile()
10204 named_group *ng = cb.named_groups; in pcre2_compile()
[all …]
H A Dpcre2_intmodedep.h738 named_group *named_groups; /* Points to vector in pre-compile */ member

Completed in 50 milliseconds