Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c995 static int fts3GobbleInt(const char **pp, int *pnOut){ in fts3GobbleInt() function
1056 if( fts3GobbleInt(&p, &nPrefix) ) return SQLITE_ERROR; in fts3PrefixParameter()