Lines Matching refs:hFile
50029 winFile hFile; /* File handle from winOpen */
50105 pFile->hFile.h, lockType, ofst, nByte));
50109 rc = winUnlockFile(&pFile->hFile.h, ofst, 0, nByte, 0);
50114 rc = winLockFile(&pFile->hFile.h, dwFlags, ofst, 0, nByte, 0);
50125 pFile->hFile.h, (lockType == WINSHM_UNLCK) ? "winUnlockFile" :
50162 if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
50164 winClose((sqlite3_file *)&p->hFile);
50200 }else if( winTruncate((sqlite3_file*)&pShmNode->hFile, 0) ){
50263 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
50281 (sqlite3_file*)&pShmNode->hFile,
50553 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
50568 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
50596 hMap = osCreateFileMappingFromApp(pShmNode->hFile.h,
50600 hMap = osCreateFileMappingW(pShmNode->hFile.h,
50604 hMap = osCreateFileMappingA(pShmNode->hFile.h,