Searched refs:get4byte (Results 1 – 1 of 1) sorted by relevance
72808 #define get4byte sqlite3Get4byte macro74220 if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){74264 if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]);74715 ovfl = get4byte(&pCell[info.nSize-4]);75848 pBt->autoVacuum = (get4byte(&zDbHeader[36 + 4*4])?1:0);75849 pBt->incrVacuum = (get4byte(&zDbHeader[36 + 7*4])?1:0);76415 nPage = get4byte(28+(u8*)pPage1->aData);76540 pBt->autoVacuum = (get4byte(&page1[36 + 4*4])?1:0);76541 pBt->incrVacuum = (get4byte(&page1[36 + 7*4])?1:0);76895 if( pBt->nPage!=get4byte(&pPage1->aData[28]) ){[all …]