Home | History | Annotate | Download | only in dist

Lines Matching refs:nFetchOut

30764   int nFetchOut;                      /* Number of outstanding xFetch refs */
32688 assert( eFileLock==SHARED_LOCK || ((unixFile *)id)->nFetchOut==0 );
34623 if( newLimit>=0 && newLimit!=pFile->mmapSizeMax && pFile->nFetchOut==0 ){
35578 assert( pFd->nFetchOut==0 );
35613 assert( pFd->nFetchOut==0 );
35695 assert( nMap>=0 || pFd->nFetchOut==0 );
35697 if( pFd->nFetchOut>0 ) return SQLITE_OK;
35745 pFd->nFetchOut++;
35770 assert( (p==0)==(pFd->nFetchOut==0) );
35776 pFd->nFetchOut--;
35781 assert( pFd->nFetchOut>=0 );
38967 int nFetchOut; /* Number of outstanding xFetch references */
42254 if( newLimit>=0 && newLimit!=pFile->mmapSizeMax && pFile->nFetchOut==0 ){
43041 assert( nMap>=0 || pFd->nFetchOut==0 );
43045 if( pFd->nFetchOut>0 ) return SQLITE_OK;
43157 pFd->nFetchOut++;
43184 assert( (p==0)==(pFd->nFetchOut==0) );
43193 pFd->nFetchOut--;
43202 assert( pFd->nFetchOut>=0 );