Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24368 Btree *pBtx; /* Separate file holding temporary table */ member
101102 pCx->ub.pBtx = pOrig->ub.pBtx;
101105 rc = sqlite3BtreeCursor(pCx->ub.pBtx, pCx->pgnoRoot, BTREE_WRCSR,
101178 rc = sqlite3BtreeClearTable(pCx->ub.pBtx, pCx->pgnoRoot, 0);
101183 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->ub.pBtx,
101187 rc = sqlite3BtreeBeginTrans(pCx->ub.pBtx, 1, 0);
101196 rc = sqlite3BtreeCreateTable(pCx->ub.pBtx, &pCx->pgnoRoot,
101202 rc = sqlite3BtreeCursor(pCx->ub.pBtx, pCx->pgnoRoot, BTREE_WRCSR,
101208 rc = sqlite3BtreeCursor(pCx->ub.pBtx, SCHEMA_ROOT, BTREE_WRCSR,
101216 assert( !sqlite3BtreeClosesWithCursor(pCx->ub.pBtx, pCx->uc.pCursor) );
[all …]