Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.h110 } regmatch_t; typedef
138 regmatch_t *, int);
H A Dpcreposix.c321 regmatch_t pmatch[], int eflags) in regexec()
/PHP-7.1/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 Dtestc.c41 regmatch_t pmatch[25]; in xx()
H A Dtestu.c66 regmatch_t pmatch[20]; in xx()
H A DHISTORY1853 (region argument is treated as regmatch_t[] type)
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI229 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] of POSIX API.
250 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] type of POSIX API.
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A Dtestc.c41 regmatch_t pmatch[25]; in xx()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1572 -protected int file_regexec(file_regex_t *, const char *, size_t, regmatch_t *,
2251 - regmatch_t rm;
2301 - regmatch_t* pmatch, int eflags)
3578 - regmatch_t pmatch[1];
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9524 size_t nmatch, regmatch_t pmatch[], int eflags);
9728 an array of nmatch structures of type regmatch_t, containing the mem-

Completed in 61 milliseconds