Searched defs:SWAB32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c73 ** SWAB32 byteswaps a 32-bit integer.
76 #define SWAB32(B,X) ((B)->needSwab? swab32(X) : (X)) macro
1207 nextPage = SWAB32(pBt, pCur->pPage->apCell[pCur->idx]->ovfl);
1215 nextPage = SWAB32(pBt, pOvfl->iNext);
1362 nextPage = SWAB32(pBt, pCell->ovfl);
1372 nextPage = SWAB32(pBt, pOvfl->iNext);
1403 newPgno = SWAB32(pBt, newPgno);
1409 || pCur->pPage->apCell[pCur->idx]->h.leftChild==SWAB32(pBt,newPgno) );
1411 || pCur->pPage->u.hdr.rightChild==SWAB32(pBt,newPgno) );
1451 oldPgno = SWAB32(pCu
[all...]

Completed in 67 milliseconds