Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c6808 int spaceLeft; in fillInCell() local
6864 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()