Searched refs:_zip_seek_win32_u (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/zip/lib/ |
H A D | zip_source_win32handle.c | 45 static int _zip_seek_win32_u(void *h, zip_uint64_t offset, int whence, zip_error_t *error); 203 if (_zip_seek_win32_u(ctx->h, ctx->start, SEEK_SET, &ctx->error) < 0) { in _win32_read_file() 225 if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) { in _win32_read_file() 307 if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) { in _win32_read_file() 474 _zip_seek_win32_u(HANDLE h, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_seek_win32_u() function
|
Completed in 4 milliseconds