Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23285 static int regmatchrepeat(regex_t *preg, int scan, int matchmin) in regmatchrepeat() function
23459 return regmatchrepeat(preg, scan, OP(preg, scan) == REPXMIN); in regmatch()