Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c197 u8 nDataHi; /* Upper 8 bits of data size when the size is more than 64K */ member
208 #define NDATA(b,h) (SWAB16(b,h.nData) + h.nDataHi*65536)
1935 pCell->h.nDataHi = nData >> 16; in fillInCell()