Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h2416 typedef struct named_group { struct
2420 } named_group; argument
2436 named_group *named_groups; /* Points to vector in pre-compile */
H A Dpcre_compile.c7192 named_group *ng; in compile_branch()
7252 named_group *newspace = (PUBL(malloc)) in compile_branch()
7253 (newsize * sizeof(named_group)); in compile_branch()
7262 cd->named_group_list_size * sizeof(named_group)); in compile_branch()
7311 named_group *ng; in compile_branch()
9089 named_group named_groups[NAMED_GROUP_LIST_SIZE]; in pcre_compile2()
9469 named_group *ng = cd->named_groups; in pcre_compile2()

Completed in 39 milliseconds