Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c206 #define NDATA(b,h) (SWAB16(b,h.nData) + h.nDataHi*65536) macro
411 int n = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h); in cellSize()
1279 *pSize = NDATA(pCur->pBt, pCell->h); in fileBtreeDataSize()
1304 assert( amt+offset <= NDATA(pCur->pBt, pCell->h) ); in fileBtreeData()
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()
3346 sz = nKey2 + NDATA(pBt, pCell->h); in checkTreePage()