Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_main.c31 typedef struct Fts5Sorter Fts5Sorter; typedef
142 struct Fts5Sorter { struct
143 sqlite3_stmt *pStmt;
144 i64 iRowid; /* Current rowid */
145 const u8 *aPoslist; /* Position lists for current row */
146 int nIdx; /* Number of entries in aIdx[] */
147 int aIdx[1]; /* Offsets into aPoslist for current row */
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_main.c32 typedef struct Fts5Sorter Fts5Sorter; typedef
137 struct Fts5Sorter { struct
138 sqlite3_stmt *pStmt;
139 i64 iRowid; /* Current rowid */
140 const u8 *aPoslist; /* Position lists for current row */
141 int nIdx; /* Number of entries in aIdx[] */
142 int aIdx[1]; /* Offsets into aPoslist for current row */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_main.c32 typedef struct Fts5Sorter Fts5Sorter; typedef
137 struct Fts5Sorter { struct
138 sqlite3_stmt *pStmt;
139 i64 iRowid; /* Current rowid */
140 const u8 *aPoslist; /* Position lists for current row */
141 int nIdx; /* Number of entries in aIdx[] */
142 int aIdx[1]; /* Offsets into aPoslist for current row */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_main.c32 typedef struct Fts5Sorter Fts5Sorter; typedef
137 struct Fts5Sorter { struct
138 sqlite3_stmt *pStmt;
139 i64 iRowid; /* Current rowid */
140 const u8 *aPoslist; /* Position lists for current row */
141 int nIdx; /* Number of entries in aIdx[] */
142 int aIdx[1]; /* Offsets into aPoslist for current row */
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c13985 typedef struct Fts5Sorter Fts5Sorter; typedef
14096 struct Fts5Sorter { struct
14097 sqlite3_stmt *pStmt;
14098 i64 iRowid; /* Current rowid */
14099 const u8 *aPoslist; /* Position lists for current row */
14100 int nIdx; /* Number of entries in aIdx[] */
14101 int aIdx[1]; /* Offsets into aPoslist for current row */
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c13985 typedef struct Fts5Sorter Fts5Sorter; typedef
14096 struct Fts5Sorter { struct
14097 sqlite3_stmt *pStmt;
14098 i64 iRowid; /* Current rowid */
14099 const u8 *aPoslist; /* Position lists for current row */
14100 int nIdx; /* Number of entries in aIdx[] */
14101 int aIdx[1]; /* Offsets into aPoslist for current row */