Searched refs:bReturnDone (Results 1 – 1 of 1) sorted by relevance
3513 static int fts3DoOptimize(Fts3Table *p, int bReturnDone){ in fts3DoOptimize() argument3543 return (rc==SQLITE_OK && bReturnDone && bSeenDone) ? SQLITE_DONE : rc; in fts3DoOptimize()