Lines Matching refs:hFile
48802 winFile hFile; /* File handle from winOpen */
48878 pFile->hFile.h, lockType, ofst, nByte));
48882 rc = winUnlockFile(&pFile->hFile.h, ofst, 0, nByte, 0);
48887 rc = winLockFile(&pFile->hFile.h, dwFlags, ofst, 0, nByte, 0);
48898 pFile->hFile.h, (lockType == WINSHM_UNLCK) ? "winUnlockFile" :
48935 if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
48937 winClose((sqlite3_file *)&p->hFile);
48973 }else if( winTruncate((sqlite3_file*)&pShmNode->hFile, 0) ){
49036 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
49054 (sqlite3_file*)&pShmNode->hFile,
49326 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
49341 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
49369 hMap = osCreateFileMappingFromApp(pShmNode->hFile.h,
49373 hMap = osCreateFileMappingW(pShmNode->hFile.h,
49377 hMap = osCreateFileMappingA(pShmNode->hFile.h,