Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c583 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options() argument
593 while(n < narg) { in _php_mb_regex_init_options()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c573 INamesArg narg; in onig_foreach_name() local
576 narg.ret = 0; in onig_foreach_name()
578 narg.func = func; in onig_foreach_name()
579 narg.reg = reg; in onig_foreach_name()
580 narg.arg = arg; in onig_foreach_name()
581 narg.enc = reg->enc; /* should be pattern encoding. */ in onig_foreach_name()
582 onig_st_foreach(t, i_names, (HashDataType )&narg); in onig_foreach_name()
584 return narg.ret; in onig_foreach_name()

Completed in 19 milliseconds