Searched refs:spaceLeft (Results 1 – 1 of 1) sorted by relevance
6808 int spaceLeft; in fillInCell() local6864 spaceLeft = n; in fillInCell()6890 assert( spaceLeft == info.nLocal ); in fillInCell()6897 if( n>spaceLeft ) n = spaceLeft; in fillInCell()6921 spaceLeft -= n; in fillInCell()6922 if( spaceLeft==0 ){ in fillInCell()6974 spaceLeft = pBt->usableSize - 4; in fillInCell()