hout              112 ext/zip/lib/zip_source_win32handle.c     ctx->hout = INVALID_HANDLE_VALUE;
hout              162 ext/zip/lib/zip_source_win32handle.c 	if (!CloseHandle(ctx->hout)) {
hout              163 ext/zip/lib/zip_source_win32handle.c 	    ctx->hout = INVALID_HANDLE_VALUE;
hout              166 ext/zip/lib/zip_source_win32handle.c 	ctx->hout = INVALID_HANDLE_VALUE;
hout              246 ext/zip/lib/zip_source_win32handle.c 	if (ctx->hout) {
hout              247 ext/zip/lib/zip_source_win32handle.c 	    CloseHandle(ctx->hout);
hout              248 ext/zip/lib/zip_source_win32handle.c 	    ctx->hout = INVALID_HANDLE_VALUE;
hout              322 ext/zip/lib/zip_source_win32handle.c 	if (_zip_seek_win32(ctx->hout, args->offset, args->whence, &ctx->error) < 0) {
hout              382 ext/zip/lib/zip_source_win32handle.c 	if (!SetFilePointerEx(ctx->hout, zero, &offset, FILE_CURRENT)) {
hout              393 ext/zip/lib/zip_source_win32handle.c 	if (!WriteFile(ctx->hout, data, (DWORD)len, &ret, NULL) || ret != len) {
hout              466 ext/zip/lib/zip_source_win32handle.c     ctx->hout = th;
hout               61 ext/zip/lib/zipwin32.h     void *hout;             /* HANDLE for output file */