Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1922 int spaceLeft; in fillInCell() local
1938 spaceLeft = MX_LOCAL_PAYLOAD; in fillInCell()
1944 if( spaceLeft==0 ){ in fillInCell()
1958 spaceLeft = OVERFLOW_SIZE; in fillInCell()
1963 if( n>spaceLeft ) n = spaceLeft; in fillInCell()
1973 spaceLeft -= n; in fillInCell()