Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c580 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options() argument
590 while(n < narg) { in _php_mb_regex_init_options()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c518 INamesArg narg; in onig_foreach_name() local
521 narg.ret = 0; in onig_foreach_name()
523 narg.func = func; in onig_foreach_name()
524 narg.reg = reg; in onig_foreach_name()
525 narg.arg = arg; in onig_foreach_name()
526 narg.enc = reg->enc; /* should be pattern encoding. */ in onig_foreach_name()
527 onig_st_foreach(t, i_names, (HashDataType )&narg); in onig_foreach_name()
529 return narg.ret; in onig_foreach_name()

Completed in 26 milliseconds