Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c205 #define NKEY(b,h) (SWAB16(b,h.nKey) + h.nKeyHi*65536) macro
411 int n = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h); in cellSize()
1168 *pSize = NKEY(pCur->pBt, pCell->h); in fileBtreeKeySize()
1257 assert( amt+offset <= NKEY(pCur->pBt, pPage->apCell[pCur->idx]->h) ); in fileBtreeKey()
1305 getPayload(pCur, offset + NKEY(pCur->pBt, pCell->h), amt, zBuf); in fileBtreeData()
1346 nLocal = NKEY(pBt, pCell->h) - nIgnore; in fileBtreeKeyCompare()
1893 if( NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h) <= MX_LOCAL_PAYLOAD ){ in clearCell()
2909 if( NKEY(pBtTo, pCell->h) + NDATA(pBtTo, pCell->h) <= MX_LOCAL_PAYLOAD ){
3060 sz = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h); in fileBtreePageDump()
3070 NKEY(pBt, pCell->h), NDATA(pBt, pCell->h), in fileBtreePageDump()
[all …]