Lines Matching refs:mmapSize
287 sqlite3_int64 mmapSize; /* Size of mapped region */ member
2744 if( offset<pFile->mmapSize ){
2745 if( offset+amt <= pFile->mmapSize ){
2751 int nCopy = (int)(pFile->mmapSize - offset);
2822 if( offset<pFile->mmapSize ){
2823 if( offset+amt <= pFile->mmapSize ){
2829 int nCopy = (int)(pFile->mmapSize - offset);
2953 oldMmapSize = pFile->mmapSize;
3629 if( pFile->mmapSize>0 ){
4371 pFile->mmapSize, pFile->mmapSizeMax));
4382 pFile->mmapSize = 0;
4438 if( nMap==0 && pFd->mmapSize>0 ){
4441 if( nMap!=pFd->mmapSize ){
4492 pFd->mmapSize = nMap;
4532 if( pFd->mmapSize >= iOff+nAmt ){
5316 pFile->mmapSize = 0;