Home
last modified time | relevance | path

Searched refs:pBtx (Results 26 – 50 of 136) sorted by relevance

123456

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c26048 Btree *pBtx; /* Separate file holding temporary table */ member
85171 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
85179 if( pCx->pBtx ) sqlcipher_sqlite3BtreeClose(pCx->pBtx);
90481 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
94175 assert( pOrig->pBtx!=0 ); /* Only ephemeral cursors can be duplicated */
94251 if( pCx && pCx->pBtx ){
94257 rc = sqlcipher_sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
94262 rc = sqlcipher_sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
94266 rc = sqlcipher_sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
94276 rc = sqlcipher_sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/sqlite3/
H A Dsqlite3.c20876 Btree *pBtx; /* Separate file holding temporary table */ member
80457 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80465 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85767 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89471 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89537 if( pCx && pCx->pBtx ){
89543 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89548 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89552 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89562 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/textproc/textql/textql-1d6fef5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c20622 Btree *pBtx; /* Separate file holding temporary table */ member
79747 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
79755 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85045 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
88722 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
88775 if( pCx && pCx->pBtx ){
88781 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
88786 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
88790 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
88812 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/sqlite3/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation/
H A Dsqlite3.c20729 Btree *pBtx; /* Separate file holding temporary table */ member
79993 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80001 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85295 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
88975 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89028 if( pCx && pCx->pBtx ){
89034 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89039 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89043 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89065 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation_dev/
H A Dsqlite3.c20624 Btree *pBtx; /* Separate file holding temporary table */ member
79749 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
79757 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85047 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
88724 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
88777 if( pCx && pCx->pBtx ){
88783 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
88788 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
88792 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
88814 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/ports-mgmt/pkg/pkg-1.17.5/external/sqlite/
H A Dsqlite3.c20754 Btree *pBtx; /* Separate file holding temporary table */ member
80020 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80028 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85322 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89004 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89057 if( pCx && pCx->pBtx ){
89063 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89068 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89072 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89094 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c25730 Btree *pBtx; /* Separate file holding temporary table */ member
84187 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
84195 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
89485 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
93162 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
93215 if( pCx && pCx->pBtx ){
93221 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
93226 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
93230 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
93252 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c85170 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
85178 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
90480 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
94184 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
94250 if( pCx && pCx->pBtx ){
94256 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
94261 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
94265 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
94275 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
94287 rc = sqlite3BtreeCursor(pCx->pBtx, SCHEMA_ROOT, BTREE_WRCSR,
[all …]
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/
H A Dsqlite3.c20876 Btree *pBtx; /* Separate file holding temporary table */ member
80457 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80465 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85767 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89471 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89537 if( pCx && pCx->pBtx ){
89543 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89548 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89552 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89562 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c20095 Btree *pBtx; /* Separate file holding temporary table */ member
78726 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
78734 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
83970 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
87499 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87558 if( pCx->pBtx ){
87559 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
87565 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
87569 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
87591 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/sqlite3/
H A Dsqlite3.c20754 Btree *pBtx; /* Separate file holding temporary table */ member
80020 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80028 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85322 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89004 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89057 if( pCx && pCx->pBtx ){
89063 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89068 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89072 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89094 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/sqlite3/
H A Dsqlite3.c20621 Btree *pBtx; /* Separate file holding temporary table */ member
79746 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
79754 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85044 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
88721 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
88774 if( pCx && pCx->pBtx ){
88780 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
88785 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
88789 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
88811 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation/
H A Dsqlite3.c20863 Btree *pBtx; /* Separate file holding temporary table */ member
80444 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80452 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85754 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89458 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89524 if( pCx && pCx->pBtx ){
89530 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89535 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89539 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89549 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation_dev/
H A Dsqlite3.c20876 Btree *pBtx; /* Separate file holding temporary table */ member
80457 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80465 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85767 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89471 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89537 if( pCx && pCx->pBtx ){
89543 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89548 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89552 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89562 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c20799 Btree *pBtx; /* Separate file holding temporary table */ member
80210 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80218 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85517 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89219 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89272 if( pCx && pCx->pBtx ){
89278 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89283 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89287 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89297 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c20800 Btree *pBtx; /* Separate file holding temporary table */ member
80211 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
80219 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
85518 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
89220 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
89273 if( pCx && pCx->pBtx ){
89279 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
89284 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
89288 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
89298 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot,
[all …]

123456