Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dstmt.c46 typedef struct stmt_cursor stmt_cursor; typedef
47 struct stmt_cursor { struct
48 sqlite3_vtab_cursor base; /* Base class - must be first */
49 sqlite3 *db; /* Database connection for this cursor */
50 sqlite3_stmt *pStmt; /* Statement cursor is currently pointing at */
51 sqlite3_int64 iRowid; /* The rowid */
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dstmt.c46 typedef struct stmt_cursor stmt_cursor; typedef
47 struct stmt_cursor { struct
48 sqlite3_vtab_cursor base; /* Base class - must be first */
49 sqlite3 *db; /* Database connection for this cursor */
50 sqlite3_stmt *pStmt; /* Statement cursor is currently pointing at */
51 sqlite3_int64 iRowid; /* The rowid */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dstmt.c46 typedef struct stmt_cursor stmt_cursor; typedef
47 struct stmt_cursor { struct
48 sqlite3_vtab_cursor base; /* Base class - must be first */
49 sqlite3 *db; /* Database connection for this cursor */
50 sqlite3_stmt *pStmt; /* Statement cursor is currently pointing at */
51 sqlite3_int64 iRowid; /* The rowid */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dstmt.c46 typedef struct stmt_cursor stmt_cursor; typedef
47 struct stmt_cursor { struct
48 sqlite3_vtab_cursor base; /* Base class - must be first */
49 sqlite3 *db; /* Database connection for this cursor */
50 sqlite3_stmt *pStmt; /* Statement cursor is currently pointing at */
51 sqlite3_int64 iRowid; /* The rowid */
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_systemd/
H A Dsystemd_config.h67 sqlite3_stmt *stmt_cursor; member