Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c39114 int nFetchOut; /* Number of outstanding xFetch refs */ member
40972 assert( eFileLock==SHARED_LOCK || ((unixFile *)id)->nFetchOut==0 ); in unixUnlock()
42925 if( newLimit>=0 && newLimit!=pFile->mmapSizeMax && pFile->nFetchOut==0 ){ in unixFileControl()
44124 assert( pFd->nFetchOut==0 ); in unixUnmapfile()
44159 assert( pFd->nFetchOut==0 ); in unixRemapfile()
44241 assert( nMap>=0 || pFd->nFetchOut==0 ); in unixMapfile()
44243 if( pFd->nFetchOut>0 ) return SQLITE_OK; in unixMapfile()
44296 pFd->nFetchOut++; in unixFetch()
44321 assert( (p==0)==(pFd->nFetchOut==0) ); in unixUnfetch()
44327 pFd->nFetchOut--; in unixUnfetch()
[all …]