Lines Matching refs:get4byte

956   if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){  in ptrmapPut()
1000 if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]); in ptrmapGet()
1313 Pgno ovfl = get4byte(&pCell[info.nSize-4]); in ptrmapPutOvflPtr()
2389 pBt->autoVacuum = (get4byte(&zDbHeader[36 + 4*4])?1:0); in sqlite3BtreeOpen()
2390 pBt->incrVacuum = (get4byte(&zDbHeader[36 + 7*4])?1:0); in sqlite3BtreeOpen()
2938 nPage = nPageHeader = get4byte(28+(u8*)pPage1->aData); in lockBtree()
3054 pBt->autoVacuum = (get4byte(&page1[36 + 4*4])?1:0); in lockBtree()
3055 pBt->incrVacuum = (get4byte(&page1[36 + 7*4])?1:0); in lockBtree()
3345 if( pBt->nPage!=get4byte(&pPage1->aData[28]) ){ in sqlite3BtreeBeginTrans()
3394 Pgno childPgno = get4byte(pCell); in setChildPtrmaps()
3400 Pgno childPgno = get4byte(&pPage->aData[pPage->hdrOffset+8]); in setChildPtrmaps()
3426 if( get4byte(pPage->aData)!=iFrom ){ in modifyPagePointer()
3448 if( iFrom==get4byte(pCell+info.nSize-4) ){ in modifyPagePointer()
3454 if( get4byte(pCell)==iFrom ){ in modifyPagePointer()
3463 get4byte(&pPage->aData[pPage->hdrOffset+8])!=iFrom ){ in modifyPagePointer()
3523 Pgno nextOvfl = get4byte(pDbPage->aData); in relocatePage()
3586 nFreeList = get4byte(&pBt->pPage1->aData[36]); in incrVacuumStep()
3707 Pgno nFree = get4byte(&pBt->pPage1->aData[36]); in sqlite3BtreeIncrVacuum()
3762 nFree = get4byte(&pBt->pPage1->aData[36]); in autoVacuumCommit()
4053 int nPage = get4byte(28+(u8*)pPage1->aData); in sqlite3BtreeRollback()
4137 pBt->nPage = get4byte(28 + pBt->pPage1->aData); in sqlite3BtreeSavepoint()
4465 next = get4byte(pPage->aData); in getOverflowPage()
4594 nextPage = get4byte(&aPayload[pCur->info.nLocal]); in accessPayload()
4691 nextPage = get4byte(aWrite); in accessPayload()
4703 nextPage = get4byte(aPayload); in accessPayload()
4878 assert( get4byte(&pParent->aData[pParent->hdrOffset+8])==iChild ); in assertParentIndex()
4880 assert( get4byte(findCell(pParent, iIdx))==iChild ); in assertParentIndex()
5000 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]); in moveToRoot()
5025 pgno = get4byte(findCell(pPage, pCur->ix)); in moveToLeftmost()
5049 pgno = get4byte(&pPage->aData[pPage->hdrOffset+8]); in moveToRightmost()
5384 chldPg = get4byte(&pPage->aData[pPage->hdrOffset+8]); in sqlite3BtreeMovetoUnpacked()
5386 chldPg = get4byte(findCell(pPage, lwr)); in sqlite3BtreeMovetoUnpacked()
5498 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); in btreeNext()
5594 rc = moveToChild(pCur, get4byte(findCell(pPage, idx))); in btreePrevious()
5678 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()
5728 iTrunk = get4byte(&pPrevTrunk->aData[0]); in allocateBtreePage()
5733 iTrunk = get4byte(&pPage1->aData[32]); in allocateBtreePage()
5749 k = get4byte(&pTrunk->aData[4]); in allocateBtreePage()
5798 Pgno iNewTrunk = get4byte(&pTrunk->aData[8]); in allocateBtreePage()
5841 iPage = get4byte(&aData[8+i*4]); in allocateBtreePage()
5849 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); in allocateBtreePage()
5851 int d2 = sqlite3AbsInt32(get4byte(&aData[8+i*4]) - nearby); in allocateBtreePage()
5862 iPage = get4byte(&aData[8+closest*4]); in allocateBtreePage()
6002 nFree = get4byte(&pPage1->aData[36]); in freePage2()
6035 iTrunk = get4byte(&pPage1->aData[32]); in freePage2()
6041 nLeaf = get4byte(&pTrunk->aData[4]); in freePage2()
6138 ovflPgno = get4byte(pCell + pInfo->nSize - 4); in clearCell()
6991 Pgno ovfl = get4byte(&z[info.nSize-4]);
6996 Pgno child = get4byte(z);
7002 Pgno child = get4byte(&pPage->aData[pPage->hdrOffset+8]);
7199 pgno = get4byte(pRight); in balance_nonroot()
7211 pgno = get4byte(apDiv[i]); in balance_nonroot()
7216 pgno = get4byte(apDiv[i]); in balance_nonroot()
7653 ptrmapPut(pBt, get4byte(pCell), PTRMAP_BTREE, pNew->pgno, &rc); in balance_nonroot()
7811 u32 key = get4byte(&apNew[i]->aData[8]); in balance_nonroot()
8642 rc = clearDatabasePage(pBt, get4byte(pCell), 1, pnChange); in clearDatabasePage()
8649 rc = clearDatabasePage(pBt, get4byte(&pPage->aData[hdr+8]), 1, pnChange); in clearDatabasePage()
8852 *pMeta = get4byte(&pBt->pPage1->aData[36 + idx*4]); in sqlite3BtreeGetMeta()
8958 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); in sqlite3BtreeCount()
8960 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx))); in sqlite3BtreeCount()
9107 int n = get4byte(&pOvflData[4]); in checkList()
9119 Pgno iFreePage = get4byte(&pOvflData[8+i*4]); in checkList()
9137 i = get4byte(pOvflData); in checkList()
9142 iPage = get4byte(pOvflData); in checkList()
9295 pgno = get4byte(&data[hdr+8]); in checkTreePage()
9350 pgnoOvfl = get4byte(&pCell[info.nSize - 4]); in checkTreePage()
9361 pgno = get4byte(pCell); in checkTreePage()
9535 checkList(&sCheck, 1, get4byte(&pBt->pPage1->aData[32]), in sqlite3BtreeIntegrityCheck()
9536 get4byte(&pBt->pPage1->aData[36])); in sqlite3BtreeIntegrityCheck()