Home
last modified time | relevance | path

Searched defs:Fts5Index (Results 1 – 10 of 10) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_index.c282 struct Fts5Index { struct
283 Fts5Config *pConfig; /* Virtual table configuration */
284 char *zDataTbl; /* Name of %_data table */
291 Fts5Hash *pHash; /* Hash table for in-memory data */
292 int nPendingData; /* Current bytes of pending data */
294 int bDelete; /* Current write is a delete */
297 int rc; /* Current error code */
305 sqlite3_stmt *pIdxSelect;
306 int nRead; /* Total number of blocks read */
308 sqlite3_stmt *pDataVersion;
[all …]
H A Dfts5Int.h334 typedef struct Fts5Index Fts5Index; typedef
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_index.c277 struct Fts5Index { struct
278 Fts5Config *pConfig; /* Virtual table configuration */
279 char *zDataTbl; /* Name of %_data table */
286 Fts5Hash *pHash; /* Hash table for in-memory data */
287 int nPendingData; /* Current bytes of pending data */
289 int bDelete; /* Current write is a delete */
292 int rc; /* Current error code */
300 sqlite3_stmt *pIdxSelect;
301 int nRead; /* Total number of blocks read */
303 sqlite3_stmt *pDataVersion;
[all …]
H A Dfts5Int.h349 typedef struct Fts5Index Fts5Index; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_index.c277 struct Fts5Index { struct
278 Fts5Config *pConfig; /* Virtual table configuration */
279 char *zDataTbl; /* Name of %_data table */
286 Fts5Hash *pHash; /* Hash table for in-memory data */
287 int nPendingData; /* Current bytes of pending data */
289 int bDelete; /* Current write is a delete */
292 int rc; /* Current error code */
300 sqlite3_stmt *pIdxSelect;
301 int nRead; /* Total number of blocks read */
303 sqlite3_stmt *pDataVersion;
[all …]
H A Dfts5Int.h346 typedef struct Fts5Index Fts5Index; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_index.c277 struct Fts5Index { struct
278 Fts5Config *pConfig; /* Virtual table configuration */
279 char *zDataTbl; /* Name of %_data table */
286 Fts5Hash *pHash; /* Hash table for in-memory data */
287 int nPendingData; /* Current bytes of pending data */
289 int bDelete; /* Current write is a delete */
292 int rc; /* Current error code */
300 sqlite3_stmt *pIdxSelect;
301 int nRead; /* Total number of blocks read */
303 sqlite3_stmt *pDataVersion;
[all …]
H A Dfts5Int.h349 typedef struct Fts5Index Fts5Index; typedef
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c919 typedef struct Fts5Index Fts5Index; typedef
7953 struct Fts5Index { struct
7954 Fts5Config *pConfig; /* Virtual table configuration */
7955 char *zDataTbl; /* Name of %_data table */
7962 Fts5Hash *pHash; /* Hash table for in-memory data */
7963 int nPendingData; /* Current bytes of pending data */
7965 int bDelete; /* Current write is a delete */
7968 int rc; /* Current error code */
7976 sqlite3_stmt *pIdxSelect;
7977 int nRead; /* Total number of blocks read */
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c919 typedef struct Fts5Index Fts5Index; typedef
7953 struct Fts5Index { struct
7954 Fts5Config *pConfig; /* Virtual table configuration */
7955 char *zDataTbl; /* Name of %_data table */
7962 Fts5Hash *pHash; /* Hash table for in-memory data */
7963 int nPendingData; /* Current bytes of pending data */
7965 int bDelete; /* Current write is a delete */
7968 int rc; /* Current error code */
7976 sqlite3_stmt *pIdxSelect;
7977 int nRead; /* Total number of blocks read */
[all …]