regmatch_t 155 ext/mbstring/oniguruma/onigposix.h ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options)); regmatch_t 167 ext/mbstring/oniguruma/regposix.c regmatch_t pmatch[], int posix_options) regmatch_t 171 ext/mbstring/oniguruma/regposix.c regmatch_t* pm; regmatch_t 179 ext/mbstring/oniguruma/regposix.c pm = (regmatch_t* )NULL; regmatch_t 183 ext/mbstring/oniguruma/regposix.c pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) regmatch_t 200 ext/mbstring/oniguruma/regposix.c xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch); regmatch_t 262 ext/pcre/pcrelib/pcreposix.c regmatch_t pmatch[], int eflags) regmatch_t 134 ext/pcre/pcrelib/pcreposix.h regmatch_t *, int); regmatch_t 4589 ext/pgsql/pgsql.c regmatch_t *subs; regmatch_t 4603 ext/pgsql/pgsql.c subs = (regmatch_t *)ecalloc(sizeof(regmatch_t), re.re_nsub+1); regmatch_t 191 ext/standard/reg.c regmatch_t *subs; regmatch_t 233 ext/standard/reg.c subs = (regmatch_t *)ecalloc(sizeof(regmatch_t),re.re_nsub+1); regmatch_t 300 ext/standard/reg.c regmatch_t *subs; regmatch_t 327 ext/standard/reg.c subs = (regmatch_t *)ecalloc(sizeof(regmatch_t),re.re_nsub+1); regmatch_t 525 ext/standard/reg.c regmatch_t subs[1]; regmatch_t 35 regex/engine.c regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ regmatch_t 70 regex/engine.c regmatch_t pmatch[]; regmatch_t 146 regex/engine.c m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) * regmatch_t 147 regex/engine.c sizeof(regmatch_t)); regmatch_t 33 regex/main.c regmatch_t subs[NS]; regmatch_t 214 regex/main.c regmatch_t subs[NSUBS]; regmatch_t 408 regex/main.c regmatch_t sub; regmatch_t 66 regex/regex.h API_EXPORT(int) regexec(const regex_t *, const char *, size_t, regmatch_t [], int); regmatch_t 117 regex/regexec.c regmatch_t pmatch[];