Searched refs:Fts3Table (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3Int.h | 214 typedef struct Fts3Table Fts3Table; typedef 235 struct Fts3Table { struct 496 int sqlite3Fts3PendingTermsFlush(Fts3Table *); 497 void sqlite3Fts3PendingTermsClear(Fts3Table *); 498 int sqlite3Fts3Optimize(Fts3Table *); 502 Fts3Table*,int,const char*,int,int,Fts3SegReader**); 524 void sqlite3Fts3SegmentsClose(Fts3Table *); 525 int sqlite3Fts3MaxLevel(Fts3Table *, int *); 535 int sqlite3Fts3SegReaderCursor(Fts3Table *, 577 int sqlite3Fts3Incrmerge(Fts3Table*,int,int); [all …]
|
| H A D | fts3.c | 531 Fts3Table *p = (Fts3Table *)pVtab; in fts3DisconnectMethod() 597 Fts3Table *p = (Fts3Table *)pVtab; in fts3DestroyMethod() 1612 Fts3Table *p = (Fts3Table *)pVTab; in fts3BestIndexMethod() 3308 Fts3Table *p = (Fts3Table *)pCursor->pVtab; in fts3FilterMethod() 3458 Fts3Table *p = (Fts3Table *)pCursor->pVtab; in fts3ColumnMethod() 3541 Fts3Table *p = (Fts3Table*)pVtab; in fts3SyncMethod() 3589 Fts3Table *p = (Fts3Table*)pVtab; in fts3BeginMethod() 3612 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab ); in fts3CommitMethod() 3627 Fts3Table *p = (Fts3Table*)pVtab; in fts3RollbackMethod() 3873 Fts3Table *p = (Fts3Table *)pVtab; in fts3RenameMethod() [all …]
|
| H A D | fts3_write.c | 751 Fts3Table *p, in fts3PendingTermsAddOne() 921 Fts3Table *p, in fts3InsertTerms() 1127 Fts3Table *p, in fts3AllocateSegdirIdx() 1313 Fts3Table *p, in fts3SegReaderNext() 1474 Fts3Table *pTab, in fts3SegReaderNextDocid() 1567 Fts3Table *p = (Fts3Table*)pCsr->base.pVtab; in sqlite3Fts3MsrOvfl() 2468 Fts3Table *p, in fts3SegmentMaxLevel() 3220 Fts3Table *p, in fts3SegmentMerge() 5500 Fts3Table *p = (Fts3Table *)pCsr->base.pVtab; in sqlite3Fts3CacheDeferredDoclists() 5605 Fts3Table *p, in fts3DeleteByRowid() [all …]
|
| H A D | fts3_term.c | 32 Fts3Table *pFts3Tab; 98 nByte = sizeof(Fts3termTable) + sizeof(Fts3Table) + nDb + nFts3 + 2; in fts3termConnectMethod() 103 p->pFts3Tab = (Fts3Table *)&p[1]; in fts3termConnectMethod() 125 Fts3Table *pFts3 = p->pFts3Tab; in fts3termDisconnectMethod() 184 Fts3Table *pFts3 = ((Fts3termTable *)pCursor->pVtab)->pFts3Tab; in fts3termCloseMethod() 198 Fts3Table *pFts3 = ((Fts3termTable *)pCursor->pVtab)->pFts3Tab; in fts3termNextMethod() 257 Fts3Table *pFts3 = p->pFts3Tab; in fts3termFilterMethod()
|
| H A D | fts3_snippet.c | 654 Fts3Table *pTab, /* FTS3 table snippet comes from */ in fts3SnippetShift() 729 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in fts3SnippetText() 868 Fts3Table *pTab = (Fts3Table *)p->pCursor->base.pVtab; in fts3ExprLHits() 986 Fts3Table *pTab, in fts3MatchinfoCheck() 1040 Fts3Table *pTab, in fts3MatchinfoSelectDoctotal() 1238 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in fts3MatchinfoValues() 1358 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in fts3GetMatchinfo() 1446 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in sqlite3Fts3Snippet() 1593 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in sqlite3Fts3Offsets() 1732 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in sqlite3Fts3Matchinfo()
|
| H A D | fts3_aux.c | 25 Fts3Table *pFts3Tab; 100 nByte = sizeof(Fts3auxTable) + sizeof(Fts3Table) + nDb + nFts3 + 2; in fts3auxConnectMethod() 105 p->pFts3Tab = (Fts3Table *)&p[1]; in fts3auxConnectMethod() 130 Fts3Table *pFts3 = p->pFts3Tab; in fts3auxDisconnectMethod() 236 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxCloseMethod() 269 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxNextMethod() 373 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab; in fts3auxFilterMethod()
|