Searched refs:pFts3 (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_term.c | 125 Fts3Table *pFts3 = p->pFts3Tab; in fts3termDisconnectMethod() local 129 for(i=0; i<SizeofArray(pFts3->aStmt); i++){ in fts3termDisconnectMethod() 130 sqlite3_finalize(pFts3->aStmt[i]); in fts3termDisconnectMethod() 132 sqlite3_free(pFts3->zSegmentsTbl); in fts3termDisconnectMethod() 184 Fts3Table *pFts3 = ((Fts3termTable *)pCursor->pVtab)->pFts3Tab; in fts3termCloseMethod() local 187 sqlite3Fts3SegmentsClose(pFts3); in fts3termCloseMethod() 198 Fts3Table *pFts3 = ((Fts3termTable *)pCursor->pVtab)->pFts3Tab; in fts3termNextMethod() local 209 rc = sqlite3Fts3SegReaderStep(pFts3, &pCsr->csr); in fts3termNextMethod() 257 Fts3Table *pFts3 = p->pFts3Tab; in fts3termFilterMethod() local 275 rc = sqlite3Fts3SegReaderCursor(pFts3, 0, p->iIndex, FTS3_SEGCURSOR_ALL, in fts3termFilterMethod() [all …]
|
| H A D | fts3_aux.c | 130 Fts3Table *pFts3 = p->pFts3Tab; in fts3auxDisconnectMethod() local 134 for(i=0; i<SizeofArray(pFts3->aStmt); i++){ in fts3auxDisconnectMethod() 135 sqlite3_finalize(pFts3->aStmt[i]); in fts3auxDisconnectMethod() 137 sqlite3_free(pFts3->zSegmentsTbl); in fts3auxDisconnectMethod() 236 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxCloseMethod() local 239 sqlite3Fts3SegmentsClose(pFts3); in fts3auxCloseMethod() 269 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxNextMethod() local 279 rc = sqlite3Fts3SegReaderStep(pFts3, &pCsr->csr); in fts3auxNextMethod() 373 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxFilterMethod() local 447 rc = sqlite3Fts3SegReaderCursor(pFts3, iLangVal, 0, FTS3_SEGCURSOR_ALL, in fts3auxFilterMethod() [all …]
|