Searched refs:hfSrc (Results 1 – 2 of 2) sorted by relevance
197 HFILE WINAPI LZInit( HFILE hfSrc ) in LZInit() argument204 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()
1130 HFILE hfDest, hfSrc; in Imm32CopyImeFile() local1156 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()