Searched defs:NKEY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c207 #define NKEY(b,h) (SWAB16(b,h.nKey) + h.nKeyHi*65536) macro
413 int n = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h);
1170 *pSize = NKEY(pCur->pBt, pCell->h);
1259 assert( amt+offset <= NKEY(pCur->pBt, pPage->apCell[pCur->idx]->h) );
1307 getPayload(pCur, offset + NKEY(pCur->pBt, pCell->h), amt, zBuf);
1348 nLocal = NKEY(pBt, pCell->h) - nIgnore;
1895 if( NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h) <= MX_LOCAL_PAYLOAD ){
2911 if( NKEY(pBtTo, pCell->h) + NDATA(pBtTo, pCell->h) <= MX_LOCAL_PAYLOAD ){
3062 sz = NKEY(pBt, pCell->h) + NDATA(pBt, pCell->h);
3072 NKEY(pB
[all...]

Completed in 67 milliseconds