Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_source_win32handle.c46 static int _zip_seek_win32(void *h, zip_int64_t offset, int whence, zip_error_t *error);
275 if (_zip_seek_win32(ctx->h, args->offset, SEEK_END, &ctx->error) < 0) { in _win32_read_file()
322 if (_zip_seek_win32(ctx->hout, args->offset, args->whence, &ctx->error) < 0) { in _win32_read_file()
480 return _zip_seek_win32(h, (zip_int64_t)offset, whence, error); in _zip_seek_win32_u()
485 _zip_seek_win32(HANDLE h, zip_int64_t offset, int whence, zip_error_t *error) in _zip_seek_win32() function

Completed in 5 milliseconds