Searched refs:get4byte (Results 1 – 5 of 5) sorted by relevance
63 #define get4byte(x) ( \ macro181 u32 iNext = get4byte(&aData[0]); in checkFreelist()182 u32 nLeaf = get4byte(&aData[4]); in checkFreelist()200 u32 iLeaf = get4byte(&aData[8 + 4*i]); in checkFreelist()277 iRet = get4byte(&zBlob[iOff]); in readint_function()
29 #define get4byte(x) ( \ macro
4866 next = get4byte(pPage->aData); in getOverflowPage()6260 n = get4byte(&pPage1->aData[36]); in allocateBtreePage()7745 Pgno child = get4byte(z);7943 pgno = get4byte(pRight); in balance_nonroot()7964 pgno = get4byte(apDiv[i]); in balance_nonroot()7969 pgno = get4byte(apDiv[i]); in balance_nonroot()9366 ovflIn = get4byte(aIn); in sqlite3BtreeTransferRow()10304 i = get4byte(pOvflData); in checkList()10309 iPage = get4byte(pOvflData); in checkList()10469 pgno = get4byte(&data[hdr+8]); in checkTreePage()[all …]
715 #define get4byte sqlite3Get4byte macro
109 proc get4byte {fd offset} {128 set pgnoChild [get4byte $fd $offChild]