Lines Matching refs:hout
112 ctx->hout = INVALID_HANDLE_VALUE; in _zip_source_win32_handle_or_name()
162 if (!CloseHandle(ctx->hout)) { in _win32_read_file()
163 ctx->hout = INVALID_HANDLE_VALUE; in _win32_read_file()
166 ctx->hout = INVALID_HANDLE_VALUE; in _win32_read_file()
246 if (ctx->hout) { in _win32_read_file()
247 CloseHandle(ctx->hout); in _win32_read_file()
248 ctx->hout = INVALID_HANDLE_VALUE; in _win32_read_file()
322 if (_zip_seek_win32(ctx->hout, args->offset, args->whence, &ctx->error) < 0) { in _win32_read_file()
382 if (!SetFilePointerEx(ctx->hout, zero, &offset, FILE_CURRENT)) { in _win32_read_file()
393 if (!WriteFile(ctx->hout, data, (DWORD)len, &ret, NULL) || ret != len) { in _win32_read_file()
466 ctx->hout = th; in _win32_create_temp_file()