Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregposix.c169 regmatch_t pmatch[], int posix_options) in regexec()
173 regmatch_t* pm; in regexec()
181 pm = (regmatch_t* )NULL; in regexec()
185 pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) in regexec()
202 xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch); in regexec()
Donigposix.h80 } regmatch_t; typedef
155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…