Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c1924 int spaceLeft; in fillInCell() local
1940 spaceLeft = MX_LOCAL_PAYLOAD; in fillInCell()
1946 if( spaceLeft==0 ){ in fillInCell()
1960 spaceLeft = OVERFLOW_SIZE; in fillInCell()
1965 if( n>spaceLeft ) n = spaceLeft; in fillInCell()
1975 spaceLeft -= n; in fillInCell()