Searched refs:pBtx (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 23109 Btree *pBtx; /* Separate file holding temporary table */ member 97009 pCx->ub.pBtx = pOrig->ub.pBtx; 97012 rc = sqlite3BtreeCursor(pCx->ub.pBtx, pCx->pgnoRoot, BTREE_WRCSR, 97085 rc = sqlite3BtreeClearTable(pCx->ub.pBtx, pCx->pgnoRoot, 0); 97090 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->ub.pBtx, 97094 rc = sqlite3BtreeBeginTrans(pCx->ub.pBtx, 1, 0); 97103 rc = sqlite3BtreeCreateTable(pCx->ub.pBtx, &pCx->pgnoRoot, 97109 rc = sqlite3BtreeCursor(pCx->ub.pBtx, pCx->pgnoRoot, BTREE_WRCSR, 97115 rc = sqlite3BtreeCursor(pCx->ub.pBtx, SCHEMA_ROOT, BTREE_WRCSR, 97122 sqlite3BtreeClose(pCx->ub.pBtx);
|