Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
zip_uint64_t | _zip_file_get_offset (const zip_t *za, zip_uint64_t idx, zip_error_t *error) |
zip_uint64_t | _zip_file_get_end (const zip_t *za, zip_uint64_t index, zip_error_t *error) |
zip_uint64_t _zip_file_get_end | ( | const zip_t * | za, |
zip_uint64_t | index, | ||
zip_error_t * | error | ||
) |
Definition at line 77 of file zip_file_get_offset.c.
References _zip_dirent_needs_zip64(), _zip_error_set_from_source(), _zip_file_get_offset(), DATADES_MAGIC, EFBIG, zip::entry, error(), zip_entry::orig, SEEK_SET, zip::src, za, ZIP_ER_SEEK, zip_error_set(), ZIP_GPBF_DATA_DESCRIPTOR, ZIP_INT64_MAX, zip_source_read(), and zip_source_seek().
Referenced by zip_close().
zip_uint64_t _zip_file_get_offset | ( | const zip_t * | za, |
zip_uint64_t | idx, | ||
zip_error_t * | error | ||
) |
Definition at line 48 of file zip_file_get_offset.c.
References _zip_dirent_size(), _zip_error_set_from_source(), EFBIG, zip::entry, error(), setup::idx, NULL, zip_dirent::offset, zip_entry::orig, SEEK_SET, zip::src, za, ZIP_EF_LOCAL, ZIP_ER_INTERNAL, ZIP_ER_SEEK, zip_error_set(), ZIP_INT64_MAX, and zip_source_seek().
Referenced by _zip_file_get_end(), window_read(), and zip_close().