Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/repair/
H A Dcheckfreelist.c63 #define get4byte(x) ( \ macro
181 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()
H A Dcheckindex.c29 #define get4byte(x) ( \ macro
/sqlite-3.40.0/src/
H A Dbtree.c4866 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 …]
H A DbtreeInt.h715 #define get4byte sqlite3Get4byte macro
/sqlite-3.40.0/test/
H A Dcorrupt4.test109 proc get4byte {fd offset} {
128 set pgnoChild [get4byte $fd $offChild]