Lines Matching refs:nRef
107 int nRef; /* Number of times this file is open */ member
199 if( pFile->nRef ) N++; in quotaGroupOpenFileCount()
220 assert( pGroup->pFiles->nRef==0 ); in quotaRemoveAllFiles()
466 pFile->nRef++; in quotaOpen()
508 if( pFile->nRef ){ in quotaDelete()
535 pFile->nRef--; in quotaClose()
536 if( pFile->nRef==0 ){ in quotaClose()
964 pFile->nRef++; in sqlite3_quota_fopen()
1061 pFile->nRef--; in sqlite3_quota_fclose()
1062 if( pFile->nRef==0 ){ in sqlite3_quota_fclose()
1264 if( pFile->nRef ){ in sqlite3_quota_remove()
1525 Tcl_NewWideIntObj(pFile->nRef)); in test_quota_dump()