Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregposix.c181 regmatch_t pmatch[], int posix_options) in regexec()
185 regmatch_t* pm; in regexec()
193 pm = (regmatch_t* )NULL; in regexec()
197 pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) in regexec()
214 xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch); in regexec()
H A Donigposix.h80 } regmatch_t; typedef
162 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI324 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] of POSIX API.
359 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] type of POSIX API.
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2341 -protected int file_regexec(file_regex_t *, const char *, size_t, regmatch_t *,
3068 - regmatch_t rm;
3123 - regmatch_t* pmatch, int eflags)
4169 - regmatch_t pmatch;
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY2136 (region argument is treated as regmatch_t[] type)

Completed in 18 milliseconds