Lines Matching refs:hFile
46090 winFile hFile; /* File handle from winOpen */
46166 pFile->hFile.h, lockType, ofst, nByte));
46170 rc = winUnlockFile(&pFile->hFile.h, ofst, 0, nByte, 0);
46175 rc = winLockFile(&pFile->hFile.h, dwFlags, ofst, 0, nByte, 0);
46186 pFile->hFile.h, (lockType == WINSHM_UNLCK) ? "winUnlockFile" :
46223 if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
46225 winClose((sqlite3_file *)&p->hFile);
46261 }else if( winTruncate((sqlite3_file*)&pShmNode->hFile, 0) ){
46324 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
46342 (sqlite3_file*)&pShmNode->hFile,
46610 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
46625 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
46653 hMap = osCreateFileMappingFromApp(pShmNode->hFile.h,
46657 hMap = osCreateFileMappingW(pShmNode->hFile.h,
46661 hMap = osCreateFileMappingA(pShmNode->hFile.h,