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               7100 ext/pcre/pcrelib/pcre_compile.c           named_group *ng;
ng               7132 ext/pcre/pcrelib/pcre_compile.c           ng = cd->named_groups;
ng               7133 ext/pcre/pcrelib/pcre_compile.c           for (i = 0; i < cd->names_found; i++, ng++)
ng               7135 ext/pcre/pcrelib/pcre_compile.c             if (namelen == ng->length &&
ng               7136 ext/pcre/pcrelib/pcre_compile.c                 STRNCMP_UC_UC(name, ng->name, namelen) == 0)
ng               7138 ext/pcre/pcrelib/pcre_compile.c               if (ng->number == number) break;
ng               7146 ext/pcre/pcrelib/pcre_compile.c             else if (ng->number == number)
ng               7219 ext/pcre/pcrelib/pcre_compile.c           named_group *ng;
ng               7277 ext/pcre/pcrelib/pcre_compile.c             ng = cd->named_groups;
ng               7278 ext/pcre/pcrelib/pcre_compile.c             for (i = 0; i < cd->names_found; i++, ng++)
ng               7280 ext/pcre/pcrelib/pcre_compile.c               if (namelen == ng->length &&
ng               7281 ext/pcre/pcrelib/pcre_compile.c                   STRNCMP_UC_UC(name, ng->name, namelen) == 0)
ng               7284 ext/pcre/pcrelib/pcre_compile.c                 recno = ng->number;
ng               9404 ext/pcre/pcrelib/pcre_compile.c   named_group *ng = cd->named_groups;
ng               9406 ext/pcre/pcrelib/pcre_compile.c   for (; i > 0; i--, ng++)
ng               9407 ext/pcre/pcrelib/pcre_compile.c     add_name(cd, ng->name, ng->length, ng->number);