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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c793 if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){
832 if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]);
1042 Pgno ovfl = get4byte(&pCell[info.iOverflow]);
1861 pBt->autoVacuum = (get4byte(&zDbHeader[36 + 4*4])?1:0);
1862 pBt->incrVacuum = (get4byte(&zDbHeader[36 + 7*4])?1:0);
2302 nPage = nPageHeader = get4byte(28+(u8*)pPage1->aData);
2394 pBt->autoVacuum = (get4byte(&page1[36 + 4*4])?1:0);
2395 pBt->incrVacuum = (get4byte(&page1[36 + 7*4])?1:0);
2635 if( pBt->nPage!=get4byte(&pPage1->aData[28]) ){
2687 Pgno childPgno = get4byte(pCel
[all...]
H A DbtreeInt.h642 #define get4byte sqlite3Get4byte macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46844 #define get4byte macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51264 #define get4byte macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51284 #define get4byte macro
[all...]

Completed in 1130 milliseconds