Home
last modified time | relevance | path

Searched refs:hfSrc (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/kernel32/wine/
H A Dlzexpand.c197 HFILE WINAPI LZInit( HFILE hfSrc ) in LZInit() argument
204 TRACE("(%d)\n",hfSrc); in LZInit()
205 ret=read_header(hfSrc,&head); in LZInit()
207 _llseek(hfSrc,0,SEEK_SET); in LZInit()
208 return ret?ret:hfSrc; in LZInit()
215 lzs->realfd = hfSrc; in LZInit()
/reactos/dll/win32/imm32/
H A Dutils.c1130 HFILE hfDest, hfSrc; in Imm32CopyImeFile() local
1156 hfSrc = fnLZOpenFileW(pszOldFile, &OFStruct, OF_READ); in Imm32CopyImeFile()
1157 if (hfSrc < 0) in Imm32CopyImeFile()
1163 ret = (fnLZCopy(hfSrc, hfDest) >= 0); in Imm32CopyImeFile()
1167 fnLZClose(hfSrc); in Imm32CopyImeFile()