Searched refs:mmapSize (Results 1 – 1 of 1) sorted by relevance
39115 sqlite3_int64 mmapSize; /* Usable size of mapping at pMapRegion */ member42222 if( offset<pFile->mmapSize ){ in unixRead()42223 if( offset+amt <= pFile->mmapSize ){ in unixRead()42227 int nCopy = pFile->mmapSize - offset; in unixRead()42374 if( offset<pFile->mmapSize ){ in unixWrite()42375 if( offset+amt <= pFile->mmapSize ){ in unixWrite()42379 int nCopy = pFile->mmapSize - offset; in unixWrite()42685 if( nByte<pFile->mmapSize ){ in unixTruncate()42686 pFile->mmapSize = nByte; in unixTruncate()42781 if( pFile->mmapSizeMax>0 && nByte>pFile->mmapSize ){ in fcntlSizeHint()[all …]