Lines Matching refs:hFile
3729 winFile hFile; /* File handle from winOpen */ member
3805 pFile->hFile.h, lockType, ofst, nByte));
3809 rc = winUnlockFile(&pFile->hFile.h, ofst, 0, nByte, 0);
3814 rc = winLockFile(&pFile->hFile.h, dwFlags, ofst, 0, nByte, 0);
3825 pFile->hFile.h, (lockType == WINSHM_UNLCK) ? "winUnlockFile" :
3862 if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
3864 winClose((sqlite3_file *)&p->hFile);
3900 }else if( winTruncate((sqlite3_file*)&pShmNode->hFile, 0) ){
3963 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
3981 (sqlite3_file*)&pShmNode->hFile,
4253 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
4268 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
4296 hMap = osCreateFileMappingFromApp(pShmNode->hFile.h,
4300 hMap = osCreateFileMappingW(pShmNode->hFile.h,
4304 hMap = osCreateFileMappingA(pShmNode->hFile.h,