Home
last modified time | relevance | path

Searched refs:_zip_fseek (Results 1 – 1 of 1) sorted by path

/PHP-7.3/ext/zip/lib/
H A Dzip_source_filep.c87 static int _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error);
353 if (_zip_fseek(ctx->f, args->offset, SEEK_END, &ctx->error) < 0) { in read_file()
398 if (_zip_fseek(ctx->fout, args->offset, args->whence, &ctx->error) < 0) { in read_file()
487 return _zip_fseek(f, (zip_int64_t)offset, whence, error); in _zip_fseek_u()
492 _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error) in _zip_fseek() function

Completed in 10 milliseconds