Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c20024 Btree *pBtx; /* Separate file holding temporary table */ member
78592 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
78600 if( pCx->pBtx ) sqlite3BtreeClose(pCx->pBtx);
87205 rc = sqlite3BtreeCursor(pOrig->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87261 rc = sqlite3BtreeClearTable(pCx->pBtx, pCx->pgnoRoot, 0);
87267 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx,
87271 rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0);
87281 rc = sqlite3BtreeCreateTable(pCx->pBtx, (int*)&pCx->pgnoRoot,
87287 rc = sqlite3BtreeCursor(pCx->pBtx, pCx->pgnoRoot, BTREE_WRCSR,
87293 rc = sqlite3BtreeCursor(pCx->pBtx, MASTER_ROOT, BTREE_WRCSR,
[all …]

Completed in 456 milliseconds