Home
last modified time | relevance | path

Searched refs:regmatch_t (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.h110 } regmatch_t; typedef
138 regmatch_t *, int);
H A Dpcreposix.c312 regmatch_t pmatch[], int eflags) in regexec()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregposix.c167 regmatch_t pmatch[], int posix_options) in regexec()
171 regmatch_t* pm; in regexec()
179 pm = (regmatch_t* )NULL; in regexec()
183 pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) in regexec()
200 xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch); in regexec()
H A Donigposix.h80 } regmatch_t; typedef
155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
H A DHISTORY1624 (region argument is treated as regmatch_t[] type)
/PHP-5.3/ext/ereg/regex/
H A Dregex.h29 } regmatch_t; typedef
68 API_EXPORT(int) regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
H A Dmain.ih12 char *check(char *str, regmatch_t sub, char *should);
H A Dmain.c33 regmatch_t subs[NS];
214 regmatch_t subs[NSUBS];
408 regmatch_t sub;
H A Dengine.ih7 static int matcher(register struct re_guts *g, unsigned char *string, size_t nmatch, regmatch_t pma…
H A Dregexec.c117 regmatch_t pmatch[];
H A Dengine.c35 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
70 regmatch_t pmatch[];
146 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
147 sizeof(regmatch_t));
/PHP-5.3/ext/ereg/
H A Dereg.c296 regmatch_t *subs; in php_ereg()
339 subs = (regmatch_t *)ecalloc(sizeof(regmatch_t),re.re_nsub+1); in php_ereg()
406 regmatch_t *subs; in php_ereg_replace()
433 subs = (regmatch_t *)ecalloc(sizeof(regmatch_t),re.re_nsub+1); in php_ereg_replace()
633 regmatch_t subs[1]; in php_split()
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI212 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] of POSIX API.
233 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] type of POSIX API.
/PHP-5.3/ext/pgsql/
H A Dpgsql.c5073 regmatch_t *subs;
5087 subs = (regmatch_t *)ecalloc(sizeof(regmatch_t), re.re_nsub+1);
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1925 - regmatch_t rm;
2997 - regmatch_t pmatch[1];
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt8982 size_t nmatch, regmatch_t pmatch[], int eflags);
9187 an array of nmatch structures of type regmatch_t, containing the mem-

Completed in 102 milliseconds