Home
last modified time | relevance | path

Searched defs:Fts5VocabTable (Results 1 – 6 of 6) sorted by relevance

/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_vocab.c43 typedef struct Fts5VocabTable Fts5VocabTable; typedef
46 struct Fts5VocabTable { struct
47 sqlite3_vtab base;
48 char *zFts5Tbl; /* Name of fts5 table */
49 char *zFts5Db; /* Db containing fts5 table */
50 sqlite3 *db; /* Database handle */
51 Fts5Global *pGlobal; /* FTS5 global object for this database */
52 int eType; /* FTS5_VOCAB_COL, ROW or INSTANCE */
53 unsigned bBusy; /* True if busy */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_vocab.c43 typedef struct Fts5VocabTable Fts5VocabTable; typedef
46 struct Fts5VocabTable { struct
47 sqlite3_vtab base;
48 char *zFts5Tbl; /* Name of fts5 table */
49 char *zFts5Db; /* Db containing fts5 table */
50 sqlite3 *db; /* Database handle */
51 Fts5Global *pGlobal; /* FTS5 global object for this database */
52 int eType; /* FTS5_VOCAB_COL, ROW or INSTANCE */
53 unsigned bBusy; /* True if busy */
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_vocab.c38 typedef struct Fts5VocabTable Fts5VocabTable; typedef
41 struct Fts5VocabTable { struct
42 sqlite3_vtab base;
43 char *zFts5Tbl; /* Name of fts5 table */
44 char *zFts5Db; /* Db containing fts5 table */
45 sqlite3 *db; /* Database handle */
46 Fts5Global *pGlobal; /* FTS5 global object for this database */
47 int eType; /* FTS5_VOCAB_COL or ROW */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_vocab.c43 typedef struct Fts5VocabTable Fts5VocabTable; typedef
46 struct Fts5VocabTable { struct
47 sqlite3_vtab base;
48 char *zFts5Tbl; /* Name of fts5 table */
49 char *zFts5Db; /* Db containing fts5 table */
50 sqlite3 *db; /* Database handle */
51 Fts5Global *pGlobal; /* FTS5 global object for this database */
52 int eType; /* FTS5_VOCAB_COL, ROW or INSTANCE */
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c19795 typedef struct Fts5VocabTable Fts5VocabTable; typedef
19798 struct Fts5VocabTable { struct
19799 sqlite3_vtab base;
19800 char *zFts5Tbl; /* Name of fts5 table */
19801 char *zFts5Db; /* Db containing fts5 table */
19802 sqlite3 *db; /* Database handle */
19803 Fts5Global *pGlobal; /* FTS5 global object for this database */
19804 int eType; /* FTS5_VOCAB_COL or ROW */
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c19795 typedef struct Fts5VocabTable Fts5VocabTable; typedef
19798 struct Fts5VocabTable { struct
19799 sqlite3_vtab base;
19800 char *zFts5Tbl; /* Name of fts5 table */
19801 char *zFts5Db; /* Db containing fts5 table */
19802 sqlite3 *db; /* Database handle */
19803 Fts5Global *pGlobal; /* FTS5 global object for this database */
19804 int eType; /* FTS5_VOCAB_COL or ROW */