Searched refs:NKEY (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 207 #define NKEY(b,h) (SWAB16(b,h.nKey) + h.nKeyHi*65536) macro 413 int n = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h); in cellSize() 1170 *pSize = NKEY(pCur->pBt, pCell->h); in fileBtreeKeySize() 1259 assert( amt+offset <= NKEY(pCur->pBt, pPage->apCell[pCur->idx]->h) ); in fileBtreeKey() 1307 getPayload(pCur, offset + NKEY(pCur->pBt, pCell->h), amt, zBuf); in fileBtreeData() 1348 nLocal = NKEY(pBt, pCell->h) - nIgnore; in fileBtreeKeyCompare() 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() [all …]
|