Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_main.c30 typedef struct Fts5Cursor Fts5Cursor; typedef
170 struct Fts5Cursor { struct
172 Fts5Cursor *pNext; /* Next cursor in Fts5Cursor.pCsr list */ argument
173 int *aColumnSize; /* Values for xColumnSize() */
174 i64 iCsrId; /* Cursor id */
177 int ePlan; /* FTS5_PLAN_XXX value */
185 i64 iSpecial; /* Result of special query */
188 char *zRank; /* Custom rank function */
189 char *zRankArgs; /* Custom rank function args */
190 Fts5Auxiliary *pRank; /* Rank callback (or NULL) */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_main.c30 typedef struct Fts5Cursor Fts5Cursor; typedef
165 struct Fts5Cursor { struct
167 Fts5Cursor *pNext; /* Next cursor in Fts5Cursor.pCsr list */ argument
168 int *aColumnSize; /* Values for xColumnSize() */
169 i64 iCsrId; /* Cursor id */
172 int ePlan; /* FTS5_PLAN_XXX value */
180 i64 iSpecial; /* Result of special query */
183 char *zRank; /* Custom rank function */
184 char *zRankArgs; /* Custom rank function args */
185 Fts5Auxiliary *pRank; /* Rank callback (or NULL) */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_main.c30 typedef struct Fts5Cursor Fts5Cursor; typedef
165 struct Fts5Cursor { struct
167 Fts5Cursor *pNext; /* Next cursor in Fts5Cursor.pCsr list */ argument
168 int *aColumnSize; /* Values for xColumnSize() */
169 i64 iCsrId; /* Cursor id */
172 int ePlan; /* FTS5_PLAN_XXX value */
180 i64 iSpecial; /* Result of special query */
183 char *zRank; /* Custom rank function */
184 char *zRankArgs; /* Custom rank function args */
185 Fts5Auxiliary *pRank; /* Rank callback (or NULL) */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_main.c30 typedef struct Fts5Cursor Fts5Cursor; typedef
165 struct Fts5Cursor { struct
167 Fts5Cursor *pNext; /* Next cursor in Fts5Cursor.pCsr list */ argument
168 int *aColumnSize; /* Values for xColumnSize() */
169 i64 iCsrId; /* Cursor id */
172 int ePlan; /* FTS5_PLAN_XXX value */
180 i64 iSpecial; /* Result of special query */
183 char *zRank; /* Custom rank function */
184 char *zRankArgs; /* Custom rank function args */
185 Fts5Auxiliary *pRank; /* Rank callback (or NULL) */
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c13984 typedef struct Fts5Cursor Fts5Cursor; typedef
14124 struct Fts5Cursor { struct
14126 Fts5Cursor *pNext; /* Next cursor in Fts5Cursor.pCsr list */ argument
14127 int *aColumnSize; /* Values for xColumnSize() */
14128 i64 iCsrId; /* Cursor id */
14131 int ePlan; /* FTS5_PLAN_XXX value */
14139 i64 iSpecial; /* Result of special query */
14142 char *zRank; /* Custom rank function */
14143 char *zRankArgs; /* Custom rank function args */
14144 Fts5Auxiliary *pRank; /* Rank callback (or NULL) */
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c13984 typedef struct Fts5Cursor Fts5Cursor; typedef
14124 struct Fts5Cursor { struct
14126 Fts5Cursor *pNext; /* Next cursor in Fts5Cursor.pCsr list */ argument
14127 int *aColumnSize; /* Values for xColumnSize() */
14128 i64 iCsrId; /* Cursor id */
14131 int ePlan; /* FTS5_PLAN_XXX value */
14139 i64 iSpecial; /* Result of special query */
14142 char *zRank; /* Custom rank function */
14143 char *zRankArgs; /* Custom rank function args */
14144 Fts5Auxiliary *pRank; /* Rank callback (or NULL) */
[all …]