ng                277 ext/mbstring/oniguruma/regposix.c i_wrapper(const UChar* name, const UChar* name_end, int ng, int* gs,
ng                282 ext/mbstring/oniguruma/regposix.c   return (*warg->func)(name, name_end, ng, gs, warg->reg, warg->arg);
ng               7102 ext/pcre/pcrelib/pcre_compile.c           named_group *ng;
ng               7134 ext/pcre/pcrelib/pcre_compile.c           ng = cd->named_groups;
ng               7135 ext/pcre/pcrelib/pcre_compile.c           for (i = 0; i < cd->names_found; i++, ng++)
ng               7137 ext/pcre/pcrelib/pcre_compile.c             if (namelen == ng->length &&
ng               7138 ext/pcre/pcrelib/pcre_compile.c                 STRNCMP_UC_UC(name, ng->name, namelen) == 0)
ng               7140 ext/pcre/pcrelib/pcre_compile.c               if (ng->number == number) break;
ng               7148 ext/pcre/pcrelib/pcre_compile.c             else if (ng->number == number)
ng               7221 ext/pcre/pcrelib/pcre_compile.c           named_group *ng;
ng               7279 ext/pcre/pcrelib/pcre_compile.c             ng = cd->named_groups;
ng               7280 ext/pcre/pcrelib/pcre_compile.c             for (i = 0; i < cd->names_found; i++, ng++)
ng               7282 ext/pcre/pcrelib/pcre_compile.c               if (namelen == ng->length &&
ng               7283 ext/pcre/pcrelib/pcre_compile.c                   STRNCMP_UC_UC(name, ng->name, namelen) == 0)
ng               7286 ext/pcre/pcrelib/pcre_compile.c                 recno = ng->number;
ng               9406 ext/pcre/pcrelib/pcre_compile.c   named_group *ng = cd->named_groups;
ng               9408 ext/pcre/pcrelib/pcre_compile.c   for (; i > 0; i--, ng++)
ng               9409 ext/pcre/pcrelib/pcre_compile.c     add_name(cd, ng->name, ng->length, ng->number);