Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c7141 ng = cd->named_groups; in compile_branch()
7178 memcpy(newspace, cd->named_groups, in compile_branch()
7181 (PUBL(free))((void *)cd->named_groups); in compile_branch()
7182 cd->named_groups = newspace; in compile_branch()
7186 cd->named_groups[cd->names_found].name = name; in compile_branch()
7188 cd->named_groups[cd->names_found].number = number; in compile_branch()
7291 ng = cd->named_groups; in compile_branch()
9038 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre_compile2() local
9312 cd->named_groups = named_groups; in pcre_compile2()
9418 named_group *ng = cd->named_groups; in pcre_compile2()
[all …]
H A Dpcre_internal.h2436 named_group *named_groups; /* Points to vector in pre-compile */ member

Completed in 39 milliseconds