Searched refs:NDATA (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 208 #define NDATA(b,h) (SWAB16(b,h.nData) + h.nDataHi*65536) macro 413 int n = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h); in cellSize() 1281 *pSize = NDATA(pCur->pBt, pCell->h); in fileBtreeDataSize() 1306 assert( amt+offset <= NDATA(pCur->pBt, pCell->h) ); in fileBtreeData() 1895 if( NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h) <= MX_LOCAL_PAYLOAD ){ in clearCell() 2911 if( NKEY(pBtTo, pCell->h) + NDATA(pBtTo, pCell->h) <= MX_LOCAL_PAYLOAD ){ 3062 sz = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h); in fileBtreePageDump() 3072 NKEY(pBt, pCell->h), NDATA(pBt, pCell->h), in fileBtreePageDump() 3348 sz = nKey2 + NDATA(pBt, pCell->h); in checkTreePage()
|