Home
last modified time | relevance | path

Searched defs:SessionApplyCtx (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/session/
H A Dsqlite3session.c3475 typedef struct SessionApplyCtx SessionApplyCtx; typedef
3476 struct SessionApplyCtx { struct
3477 sqlite3 *db;
3478 sqlite3_stmt *pDelete; /* DELETE statement */
3479 sqlite3_stmt *pUpdate; /* UPDATE statement */
3480 sqlite3_stmt *pInsert; /* INSERT statement */
3481 sqlite3_stmt *pSelect; /* SELECT statement */
3482 int nCol; /* Size of azCol[] and abPK[] arrays */
3483 const char **azCol; /* Array of column names */
3484 u8 *abPK; /* Boolean array - true if column is in PK */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/session/
H A Dsqlite3session.c3555 typedef struct SessionApplyCtx SessionApplyCtx; typedef
3556 struct SessionApplyCtx { struct
3557 sqlite3 *db;
3558 sqlite3_stmt *pDelete; /* DELETE statement */
3559 sqlite3_stmt *pInsert; /* INSERT statement */
3560 sqlite3_stmt *pSelect; /* SELECT statement */
3561 int nCol; /* Size of azCol[] and abPK[] arrays */
3562 const char **azCol; /* Array of column names */
3586 SessionApplyCtx *p, in sessionUpdateFind() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/session/
H A Dsqlite3session.c3470 typedef struct SessionApplyCtx SessionApplyCtx; typedef
3471 struct SessionApplyCtx { struct
3472 sqlite3 *db;
3473 sqlite3_stmt *pDelete; /* DELETE statement */
3474 sqlite3_stmt *pUpdate; /* UPDATE statement */
3475 sqlite3_stmt *pInsert; /* INSERT statement */
3476 sqlite3_stmt *pSelect; /* SELECT statement */
3477 int nCol; /* Size of azCol[] and abPK[] arrays */
3478 const char **azCol; /* Array of column names */
3502 ** If successful, SQLITE_OK is returned and SessionApplyCtx.pDelete is left argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/session/
H A Dsqlite3session.c3277 typedef struct SessionApplyCtx SessionApplyCtx; typedef
3278 struct SessionApplyCtx { struct
3279 sqlite3 *db;
3280 sqlite3_stmt *pDelete; /* DELETE statement */
3281 sqlite3_stmt *pUpdate; /* UPDATE statement */
3282 sqlite3_stmt *pInsert; /* INSERT statement */
3306 ** If successful, SQLITE_OK is returned and SessionApplyCtx.pDelete is left argument