Searched refs:narg (Results 1 – 2 of 2) sorted by relevance
580 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options() argument590 while(n < narg) { in _php_mb_regex_init_options()
524 INamesArg narg; in onig_foreach_name() local527 narg.ret = 0; in onig_foreach_name()529 narg.func = func; in onig_foreach_name()530 narg.reg = reg; in onig_foreach_name()531 narg.arg = arg; in onig_foreach_name()532 narg.enc = reg->enc; /* should be pattern encoding. */ in onig_foreach_name()533 onig_st_foreach(t, i_names, (HashDataType )&narg); in onig_foreach_name()535 return narg.ret; in onig_foreach_name()
Completed in 32 milliseconds