Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2901 Pager *pFromPager = pBtFrom->pPager;
2918 nextOvfl = SWAB32(pBtFrom, pOvfl->iNext);
2948 Btree *pBtFrom,
2973 rc = copyDatabasePage(pBtFrom, SWAB32(pBtFrom, pCell->h.leftChild),
2976 pCell->h.leftChild = SWAB32(pBtFrom, newChld);
2978 rc = copyCell(pBtFrom, pBtTo, pCell);
2983 rc = copyDatabasePage(pBtFrom, SWAB32(pBtFrom, pPage->u.hdr.rightChild),
3507 static int fileBtreeCopyFile(Btree *pBtTo, Btree *pBtFrom){ in fileBtreeCopyFile() argument
3514 memcpy(pBtTo->page1, pBtFrom->page1, SQLITE_USABLE_SIZE); in fileBtreeCopyFile()
3517 nPage = sqlitepager_pagecount(pBtFrom->pPager); in fileBtreeCopyFile()
[all …]