Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_source_win32handle.c112 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()
[all …]
H A Dzipwin32.h61 void *hout; /* HANDLE for output file */ member

Completed in 10 milliseconds