Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c71240 #define get4byte sqlite3Get4byte macro
72652 if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){
72696 if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]);
73147 ovfl = get4byte(&pCell[info.nSize-4]);
74280 pBt->autoVacuum = (get4byte(&zDbHeader[36 + 4*4])?1:0);
74281 pBt->incrVacuum = (get4byte(&zDbHeader[36 + 7*4])?1:0);
74842 nPage = get4byte(28+(u8*)pPage1->aData);
74967 pBt->autoVacuum = (get4byte(&page1[36 + 4*4])?1:0);
74968 pBt->incrVacuum = (get4byte(&page1[36 + 7*4])?1:0);
75298 if( pBt->nPage!=get4byte(&pPage1->aData[28]) ){
[all …]