Home
last modified time | relevance | path

Searched refs:pBtx (Results 1 – 25 of 136) sorted by relevance

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DvdbeInt.h88 Btree *pBtx; /* Separate file holding temporary table */ member
H A Dvdbe.c3450 assert( pOrig->pBtx!=0 ); /* Only ephemeral cursors can be duplicated */ in sqlite3VdbeExec()
3458 rc = sqlite3BtreeCursor(pOrig->pBtx, MASTER_ROOT, BTREE_WRCSR, in sqlite3VdbeExec()
3511 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx, in sqlite3VdbeExec()
3514 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1); in sqlite3VdbeExec()
3525 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pgno, BTREE_BLOBKEY | pOp->p5); in sqlite3VdbeExec()
3530 rc = sqlite3BtreeCursor(pCx->pBtx, pgno, BTREE_WRCSR, in sqlite3VdbeExec()
3535 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR, in sqlite3VdbeExec()
H A Dvdbeaux.c2037 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE ); in sqlite3VdbeFreeCursor()
2045 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx); in sqlite3VdbeFreeCursor()
H A Dvdbesort.c961 assert( pCsr->pKeyInfo && pCsr->pBtx==0 ); in sqlite3VdbeSorterInit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DvdbeInt.h89 Btree *pBtx; /* Separate file holding temporary table */ member
H A Dvdbe.c279 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0; in allocateCursor()
3857 assert( pOrig->pBtx!=0 ); /* Only ephemeral cursors can be duplicated */ in sqlite3VdbeExec()
3867 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec()
3920 if( pCx && pCx->pBtx ){ in sqlite3VdbeExec()
3926 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0); in sqlite3VdbeExec()
3931 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx, in sqlite3VdbeExec()
3935 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0); in sqlite3VdbeExec()
3945 rc = sqlite3BtreeCreateTable(pCx->pBtx, (int*)&pCx->pgnoRoot, in sqlite3VdbeExec()
3951 rc = sqlite3BtreeCursor(pCx->pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec()
3957 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR, in sqlite3VdbeExec()
H A Dvdbeaux.c2412 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE ); in sqlite3VdbeFreeCursor()
2420 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx); in sqlite3VdbeFreeCursor()
H A Dvdbesort.c963 assert( pCsr->pKeyInfo && pCsr->pBtx==0 ); in sqlite3VdbeSorterInit()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DvdbeInt.h91 Btree *pBtx; /* Separate file holding temporary table */ member
H A Dvdbe.c3881 pCx->pBtx = pOrig->pBtx; in sqlite3VdbeExec()
3884 rc = sqlite3BtreeCursor(pCx->pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec()
3957 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0); in sqlite3VdbeExec()
3962 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx, in sqlite3VdbeExec()
3966 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0); in sqlite3VdbeExec()
3975 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot, in sqlite3VdbeExec()
3981 rc = sqlite3BtreeCursor(pCx->pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec()
3987 rc = sqlite3BtreeCursor(pCx->pBtx, SCHEMA_ROOT, BTREE_WRCSR, in sqlite3VdbeExec()
3994 sqlite3BtreeClose(pCx->pBtx); in sqlite3VdbeExec()
H A Dvdbesort.c963 assert( pCsr->pKeyInfo && pCsr->pBtx==0 ); in sqlite3VdbeSorterInit()
H A Dvdbeaux.c2474 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE ); in sqlite3VdbeFreeCursor()
2475 assert( pCx->pBtx==0 || pCx->isEphemeral ); in sqlite3VdbeFreeCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DvdbeInt.h90 Btree *pBtx; /* Separate file holding temporary table */ member
H A Dvdbe.c279 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0; in allocateCursor()
3884 assert( pOrig->pBtx!=0 ); /* Only ephemeral cursors can be duplicated */ in sqlite3VdbeExec()
3894 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec()
3960 if( pCx && pCx->pBtx ){ in sqlite3VdbeExec()
3966 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0); in sqlite3VdbeExec()
3971 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx, in sqlite3VdbeExec()
3975 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0); in sqlite3VdbeExec()
3985 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pCx->pgnoRoot, in sqlite3VdbeExec()
3991 rc = sqlite3BtreeCursor(pCx->pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec()
3997 rc = sqlite3BtreeCursor(pCx->pBtx, SCHEMA_ROOT, BTREE_WRCSR, in sqlite3VdbeExec()
H A Dvdbeaux.c2473 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE ); in sqlite3VdbeFreeCursor()
2481 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx); in sqlite3VdbeFreeCursor()
H A Dvdbesort.c963 assert( pCsr->pKeyInfo && pCsr->pBtx==0 ); in sqlite3VdbeSorterInit()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c20094 Btree *pBtx; /* Separate file holding temporary table */ member
78725 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
78733 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
83969 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
87498 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87557 if( pCx->pBtx ){
87558 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
87564 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
87568 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
87590 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c20094 Btree *pBtx; /* Separate file holding temporary table */ member
78725 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
78733 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
83969 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
87498 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87557 if( pCx->pBtx ){
87558 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
87564 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
87568 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
87590 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.c20094 Btree *pBtx; /* Separate file holding temporary table */ member
78725 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
78733 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
83969 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
87498 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87557 if( pCx->pBtx ){
87558 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
87564 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
87568 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
87590 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c20094 Btree *pBtx; /* Separate file holding temporary table */ member
78725 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
78733 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
83969 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
87498 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87557 if( pCx->pBtx ){
87558 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
87564 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
87568 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
87590 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c20094 Btree *pBtx; /* Separate file holding temporary table */ member
78725 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
78733 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
83969 if( p->apCsr[iCur]->pBtx==0 ) p->apCsr[iCur]->isEphemeral = 0;
87498 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87557 if( pCx->pBtx ){
87558 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
87564 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
87568 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
87590 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]
/dports/security/vuls/vuls-0.13.7/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/devel/stack/stack-2.7.3/_cabal_deps/persistent-sqlite-2.13.0.0/cbits/
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/misc/broot/broot-1.7.0/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/emulators/mess/mame-mame0226/3rdparty/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 …]

123456