Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c866 static int fts5CursorReseek(Fts5Cursor *pCsr, int *pbSkip){ in fts5CursorReseek() function
909 if( (rc = fts5CursorReseek(pCsr, &bSkip)) || bSkip ) return rc; in fts5NextMethod()