Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c242731 typedef struct Fts5Table Fts5Table; typedef
242732 struct Fts5Table { struct
242740 static Fts5Table *sqlite3Fts5TableFromCsrid(Fts5Global*, i64); argument
242742 static int sqlite3Fts5FlushToDisk(Fts5Table*);
260525 Fts5Table p; /* Public class members from fts5Int.h */
260756 Fts5Table *pTab = (Fts5Table*)pVtab;
260997 Fts5Table *pTab = (Fts5Table*)pVTab;
261387 && ((Fts5Table*)pCursor->pVtab)->pConfig->bTokendata
261412 Fts5Config *pConfig = ((Fts5Table*)pCursor->pVtab)->pConfig;
262105 Fts5Table *pTab = (Fts5Table*)(pCsr->base.pVtab);
[all …]