Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h110 } regmatch_t; typedef
138 regmatch_t *, int);
H A Dpcreposix.c324 regmatch_t pmatch[], int eflags) in regexec()
/PHP-7.2/ext/mbstring/oniguruma/src/
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…
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI235 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] of POSIX API.
256 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] type of POSIX API.
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1553 -protected int file_regexec(file_regex_t *, const char *, size_t, regmatch_t *,
2193 - regmatch_t rm;
2250 - regmatch_t* pmatch, int eflags)
3437 - regmatch_t pmatch;
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1941 (region argument is treated as regmatch_t[] type)
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9571 size_t nmatch, regmatch_t pmatch[], int eflags);
9775 an array of nmatch structures of type regmatch_t, containing the mem-

Completed in 43 milliseconds