Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c7134 ng = cd->named_groups; in compile_branch()
7171 memcpy(newspace, cd->named_groups, in compile_branch()
7174 (PUBL(free))((void *)cd->named_groups); in compile_branch()
7175 cd->named_groups = newspace; in compile_branch()
7179 cd->named_groups[cd->names_found].name = name; in compile_branch()
7181 cd->named_groups[cd->names_found].number = number; in compile_branch()
7279 ng = cd->named_groups; in compile_branch()
9026 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre_compile2() local
9300 cd->named_groups = named_groups; in pcre_compile2()
9406 named_group *ng = cd->named_groups; in pcre_compile2()
[all …]
H A Dpcre_internal.h2440 named_group *named_groups; /* Points to vector in pre-compile */ member

Completed in 51 milliseconds