Home
last modified time | relevance | path

Searched defs:Fts3Cursor (Results 1 – 5 of 5) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3Int.h102 typedef struct Fts3Cursor Fts3Cursor; typedef
161 struct Fts3Cursor { struct
162 sqlite3_vtab_cursor base; /* Base class used by SQLite core */
163 i16 eSearch; /* Search strategy (see below) */
164 u8 isEof; /* True if at End Of Results */
188 ** The Fts3Cursor.eSearch member is always set to one of the following. argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3Int.h195 typedef struct Fts3Cursor Fts3Cursor; typedef
298 struct Fts3Cursor { struct
299 sqlite3_vtab_cursor base; /* Base class used by SQLite core */
300 i16 eSearch; /* Search strategy (see below) */
301 u8 isEof; /* True if at End Of Results */
302 u8 isRequireSeek; /* True if must seek pStmt to %_content row */
303 u8 bSeekStmt; /* True if pStmt is a seek */
304 sqlite3_stmt *pStmt; /* Prepared statement in use by the cursor */
328 ** The Fts3Cursor.eSearch member is always set to one of the following. argument
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3Int.h214 typedef struct Fts3Cursor Fts3Cursor; typedef
328 struct Fts3Cursor { struct
329 sqlite3_vtab_cursor base; /* Base class used by SQLite core */
330 i16 eSearch; /* Search strategy (see below) */
331 u8 isEof; /* True if at End Of Results */
332 u8 isRequireSeek; /* True if must seek pStmt to %_content row */
333 u8 bSeekStmt; /* True if pStmt is a seek */
334 sqlite3_stmt *pStmt; /* Prepared statement in use by the cursor */
358 ** The Fts3Cursor.eSearch member is always set to one of the following. argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h212 typedef struct Fts3Cursor Fts3Cursor; typedef
326 struct Fts3Cursor { struct
327 sqlite3_vtab_cursor base; /* Base class used by SQLite core */
328 i16 eSearch; /* Search strategy (see below) */
329 u8 isEof; /* True if at End Of Results */
330 u8 isRequireSeek; /* True if must seek pStmt to %_content row */
331 u8 bSeekStmt; /* True if pStmt is a seek */
332 sqlite3_stmt *pStmt; /* Prepared statement in use by the cursor */
356 ** The Fts3Cursor.eSearch member is always set to one of the following. argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h214 typedef struct Fts3Cursor Fts3Cursor; typedef
328 struct Fts3Cursor { struct
329 sqlite3_vtab_cursor base; /* Base class used by SQLite core */
330 i16 eSearch; /* Search strategy (see below) */
331 u8 isEof; /* True if at End Of Results */
332 u8 isRequireSeek; /* True if must seek pStmt to %_content row */
333 u8 bSeekStmt; /* True if pStmt is a seek */
334 sqlite3_stmt *pStmt; /* Prepared statement in use by the cursor */
358 ** The Fts3Cursor.eSearch member is always set to one of the following. argument