Searched refs:fts3GobbleInt (Results 1 – 1 of 1) sorted by relevance
995 static int fts3GobbleInt(const char **pp, int *pnOut){ in fts3GobbleInt() function1056 if( fts3GobbleInt(&p, &nPrefix) ) return SQLITE_ERROR; in fts3PrefixParameter()