Searched refs:hout (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/zip/lib/ |
H A D | zip_source_win32handle.c | 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() [all …]
|
H A D | zipwin32.h | 61 void *hout; /* HANDLE for output file */ member
|
Completed in 9 milliseconds