Lines Matching refs:get4byte
1034 if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){ in ptrmapPut()
1078 if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]); in ptrmapGet()
1476 ovfl = get4byte(&pCell[info.nSize-4]); in ptrmapPutOvflPtr()
2626 pBt->autoVacuum = (get4byte(&zDbHeader[36 + 4*4])?1:0); in sqlite3BtreeOpen()
2627 pBt->incrVacuum = (get4byte(&zDbHeader[36 + 7*4])?1:0); in sqlite3BtreeOpen()
3188 nPage = get4byte(28+(u8*)pPage1->aData); in lockBtree()
3312 pBt->autoVacuum = (get4byte(&page1[36 + 4*4])?1:0); in lockBtree()
3313 pBt->incrVacuum = (get4byte(&page1[36 + 7*4])?1:0); in lockBtree()
3632 if( pBt->nPage!=get4byte(&pPage1->aData[28]) ){ in sqlite3BtreeBeginTrans()
3644 *pSchemaVersion = get4byte(&pBt->pPage1->aData[40]); in sqlite3BtreeBeginTrans()
3685 Pgno childPgno = get4byte(pCell); in setChildPtrmaps()
3691 Pgno childPgno = get4byte(&pPage->aData[pPage->hdrOffset+8]); in setChildPtrmaps()
3717 if( get4byte(pPage->aData)!=iFrom ){ in modifyPagePointer()
3739 if( iFrom==get4byte(pCell+info.nSize-4) ){ in modifyPagePointer()
3748 if( get4byte(pCell)==iFrom ){ in modifyPagePointer()
3757 get4byte(&pPage->aData[pPage->hdrOffset+8])!=iFrom ){ in modifyPagePointer()
3818 Pgno nextOvfl = get4byte(pDbPage->aData); in relocatePage()
3881 nFreeList = get4byte(&pBt->pPage1->aData[36]); in incrVacuumStep()
4007 Pgno nFree = get4byte(&pBt->pPage1->aData[36]); in sqlite3BtreeIncrVacuum()
4065 nFree = get4byte(&pBt->pPage1->aData[36]); in autoVacuumCommit()
4336 int nPage = get4byte(&pPage1->aData[28]); in btreeSetNPage()
4866 next = get4byte(pPage->aData); in getOverflowPage()
4997 nextPage = get4byte(&aPayload[pCur->info.nLocal]); in accessPayload()
5093 nextPage = get4byte(aWrite); in accessPayload()
5105 nextPage = get4byte(aPayload); in accessPayload()
5284 assert( get4byte(&pParent->aData[pParent->hdrOffset+8])==iChild ); in assertParentIndex()
5286 assert( get4byte(findCell(pParent, iIdx))==iChild ); in assertParentIndex()
5411 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]); in moveToRoot()
5437 pgno = get4byte(findCell(pPage, pCur->ix)); in moveToLeftmost()
5461 pgno = get4byte(&pPage->aData[pPage->hdrOffset+8]); in moveToRightmost()
5691 chldPg = get4byte(&pPage->aData[pPage->hdrOffset+8]); in sqlite3BtreeTableMoveto()
5693 chldPg = get4byte(findCell(pPage, lwr)); in sqlite3BtreeTableMoveto()
5984 chldPg = get4byte(&pPage->aData[pPage->hdrOffset+8]); in sqlite3BtreeIndexMoveto()
5986 chldPg = get4byte(findCell(pPage, lwr)); in sqlite3BtreeIndexMoveto()
6088 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); in btreeNext()
6177 rc = moveToChild(pCur, get4byte(findCell(pPage, idx))); in btreePrevious()
6260 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()
6310 iTrunk = get4byte(&pPrevTrunk->aData[0]); in allocateBtreePage()
6315 iTrunk = get4byte(&pPage1->aData[32]); in allocateBtreePage()
6331 k = get4byte(&pTrunk->aData[4]); in allocateBtreePage()
6380 Pgno iNewTrunk = get4byte(&pTrunk->aData[8]); in allocateBtreePage()
6423 iPage = get4byte(&aData[8+i*4]); in allocateBtreePage()
6431 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); in allocateBtreePage()
6433 int d2 = sqlite3AbsInt32(get4byte(&aData[8+i*4]) - nearby); in allocateBtreePage()
6444 iPage = get4byte(&aData[8+closest*4]); in allocateBtreePage()
6586 nFree = get4byte(&pPage1->aData[36]); in freePage2()
6619 iTrunk = get4byte(&pPage1->aData[32]); in freePage2()
6629 nLeaf = get4byte(&pTrunk->aData[4]); in freePage2()
6723 ovflPgno = get4byte(pCell + pInfo->nSize - 4); in clearCellOverflow()
7740 Pgno ovfl = get4byte(&z[info.nSize-4]);
7745 Pgno child = get4byte(z);
7751 Pgno child = get4byte(&pPage->aData[pPage->hdrOffset+8]);
7943 pgno = get4byte(pRight); in balance_nonroot()
7964 pgno = get4byte(apDiv[i]); in balance_nonroot()
7969 pgno = get4byte(apDiv[i]); in balance_nonroot()
8424 ptrmapPut(pBt, get4byte(pCell), PTRMAP_BTREE, pNew->pgno, &rc); in balance_nonroot()
8590 u32 key = get4byte(&apNew[i]->aData[8]); in balance_nonroot()
8933 ovflPgno = get4byte(pCur->info.pPayload + iOffset); in btreeOverwriteCell()
8943 ovflPgno = get4byte(pPage->aData); in btreeOverwriteCell()
9171 Pgno ovfl = get4byte(&newCell[szNew-4]); in sqlite3BtreeInsert()
9345 ovflIn = get4byte(&pSrc->info.pPayload[nIn]); in sqlite3BtreeTransferRow()
9366 ovflIn = get4byte(aIn); in sqlite3BtreeTransferRow()
9812 rc = clearDatabasePage(pBt, get4byte(pCell), 1, pnChange); in clearDatabasePage()
9819 rc = clearDatabasePage(pBt, get4byte(&pPage->aData[hdr+8]), 1, pnChange); in clearDatabasePage()
10026 *pMeta = get4byte(&pBt->pPage1->aData[36 + idx*4]); in sqlite3BtreeGetMeta()
10131 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); in sqlite3BtreeCount()
10133 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx))); in sqlite3BtreeCount()
10274 u32 n = (u32)get4byte(&pOvflData[4]); in checkList()
10286 Pgno iFreePage = get4byte(&pOvflData[8+i*4]); in checkList()
10304 i = get4byte(pOvflData); in checkList()
10309 iPage = get4byte(pOvflData); in checkList()
10469 pgno = get4byte(&data[hdr+8]); in checkTreePage()
10524 pgnoOvfl = get4byte(&pCell[info.nSize - 4]); in checkTreePage()
10535 pgno = get4byte(pCell); in checkTreePage()
10731 checkList(&sCheck, 1, get4byte(&pBt->pPage1->aData[32]), in sqlite3BtreeIntegrityCheck()
10732 get4byte(&pBt->pPage1->aData[36])); in sqlite3BtreeIntegrityCheck()
10744 mxInHdr = get4byte(&pBt->pPage1->aData[52]); in sqlite3BtreeIntegrityCheck()
10751 }else if( get4byte(&pBt->pPage1->aData[64])!=0 ){ in sqlite3BtreeIntegrityCheck()