Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c501 start = SWAB16(pBt, *pIdx); in allocateSpace()
505 start = SWAB16(pBt, *pIdx); in allocateSpace()
537 idx = SWAB16(pBt, *pIdx); in freeSpace()
556 idx = SWAB16(pBt, *pIdx); in freeSpace()
560 pNew->iSize = SWAB16(pBt, size); in freeSpace()
561 pNew->iNext = SWAB16(pBt, idx); in freeSpace()
564 pNew->iSize = SWAB16(pBt, size + SWAB16(pBt, pNext->iSize)); in freeSpace()
567 *pIdx = SWAB16(pBt, start); in freeSpace()
2096 *pIdx = SWAB16(pBt, idx); in relinkCellList()
3092 idx = SWAB16(pBt, p->iNext); in fileBtreePageDump()
[all …]