Home
last modified time | relevance | path

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

/src/contrib/sqlite3/autosetup/
H A Djimsh0.c22261 static int prefix_cmp(const int *prog, int proglen, const char *string, int nocase);
23087 if (prefix_cmp(preg->program + preg->regmust, preg->regmlen, s, preg->cflags & REG_ICASE) >= 0) { in jim_regexec()
23171 static int prefix_cmp(const int *prog, int proglen, const char *string, int nocase) in prefix_cmp() function
23414 slen = prefix_cmp(preg->program + opnd, len, preg->reginput, preg->cflags & REG_ICASE); in regmatch()