Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rbu/
H A Dsqlite3rbu.c171 typedef struct RbuObjIter RbuObjIter; typedef
232 struct RbuObjIter { struct
233 sqlite3_stmt *pTblIter; /* Iterate through tables */
234 sqlite3_stmt *pIdxIter; /* Index iterator */
235 int nTblCol; /* Size of azTblCol[] array */
236 char **azTblCol; /* Array of unquoted target column names */
237 char **azTblType; /* Array of target column types */
238 int *aiSrcOrder; /* src table col -> target table col */
240 u8 *abNotNull; /* Array of flags, set on NOT NULL columns */
242 int eType; /* Table type - an RBU_PK_XXX value */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/rbu/
H A Dsqlite3rbu.c183 typedef struct RbuObjIter RbuObjIter; typedef
256 struct RbuObjIter { struct
257 sqlite3_stmt *pTblIter; /* Iterate through tables */
258 sqlite3_stmt *pIdxIter; /* Index iterator */
259 int nTblCol; /* Size of azTblCol[] array */
260 char **azTblCol; /* Array of unquoted target column names */
261 char **azTblType; /* Array of target column types */
262 int *aiSrcOrder; /* src table col -> target table col */
266 int eType; /* Table type - an RBU_PK_XXX value */
269 int bCleanup; /* True in "cleanup" state */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rbu/
H A Dsqlite3rbu.c183 typedef struct RbuObjIter RbuObjIter; typedef
256 struct RbuObjIter { struct
257 sqlite3_stmt *pTblIter; /* Iterate through tables */
258 sqlite3_stmt *pIdxIter; /* Index iterator */
259 int nTblCol; /* Size of azTblCol[] array */
260 char **azTblCol; /* Array of unquoted target column names */
261 char **azTblType; /* Array of target column types */
262 int *aiSrcOrder; /* src table col -> target table col */
266 int eType; /* Table type - an RBU_PK_XXX value */
269 int bCleanup; /* True in "cleanup" state */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rbu/
H A Dsqlite3rbu.c183 typedef struct RbuObjIter RbuObjIter; typedef
256 struct RbuObjIter { struct
257 sqlite3_stmt *pTblIter; /* Iterate through tables */
258 sqlite3_stmt *pIdxIter; /* Index iterator */
259 int nTblCol; /* Size of azTblCol[] array */
260 char **azTblCol; /* Array of unquoted target column names */
261 char **azTblType; /* Array of target column types */
262 int *aiSrcOrder; /* src table col -> target table col */
266 int eType; /* Table type - an RBU_PK_XXX value */
269 int bCleanup; /* True in "cleanup" state */
[all …]