Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40438 int nFetchOut; /* Number of outstanding xFetch refs */ member
42453 assert( eFileLock==SHARED_LOCK || ((unixFile *)id)->nFetchOut==0 ); in unixUnlock()
44410 if( newLimit>=0 && newLimit!=pFile->mmapSizeMax && pFile->nFetchOut==0 ){ in unixFileControl()
44471 sqlite3_str_appendf(pStr, ",\"nFetchOut\":%d", pFile->nFetchOut); in unixFileControl()
45728 assert( pFd->nFetchOut==0 ); in unixUnmapfile()
45763 assert( pFd->nFetchOut==0 ); in unixRemapfile()
45845 assert( nMap>=0 || pFd->nFetchOut==0 ); in unixMapfile()
45847 if( pFd->nFetchOut>0 ) return SQLITE_OK; in unixMapfile()
45900 pFd->nFetchOut++; in unixFetch()
45925 assert( (p==0)==(pFd->nFetchOut==0) ); in unixUnfetch()
[all …]