Home
last modified time | relevance | path

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

/dports/archivers/php73-zip/php-7.3.33/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
/dports/lang/php73/php-7.3.33/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
/dports/www/mod_php73/php-7.3.33/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
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_source_filep.c83 static int _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error);
509 if (_zip_fseek(ctx->f, args->offset, SEEK_END, &ctx->error) < 0) { in read_file()
556 if (_zip_fseek(ctx->fout, args->offset, args->whence, &ctx->error) < 0) { in read_file()
617 return _zip_fseek(f, (zip_int64_t)offset, whence, error); in _zip_fseek_u()
622 _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error) { in _zip_fseek() function