Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c586 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options() argument
596 while(n < narg) { in _php_mb_regex_init_options()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c529 INamesArg narg; in onig_foreach_name() local
532 narg.ret = 0; in onig_foreach_name()
534 narg.func = func; in onig_foreach_name()
535 narg.reg = reg; in onig_foreach_name()
536 narg.arg = arg; in onig_foreach_name()
537 narg.enc = reg->enc; /* should be pattern encoding. */ in onig_foreach_name()
538 onig_st_foreach(t, i_names, (HashDataType )&narg); in onig_foreach_name()
540 return narg.ret; in onig_foreach_name()

Completed in 25 milliseconds