Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
ZIP_EXTERN zip_int64_t | zip_source_tell (zip_source_t *src) |
ZIP_EXTERN zip_int64_t zip_source_tell | ( | zip_source_t * | src | ) |
Definition at line 39 of file zip_source_tell.c.
References _zip_source_call(), EOVERFLOW, NULL, src, ZIP_ER_INVAL, ZIP_ER_TELL, zip_error_set(), ZIP_INT64_MAX, ZIP_SOURCE_IS_OPEN_READING, ZIP_SOURCE_MAKE_COMMAND_BITMASK, ZIP_SOURCE_SEEK, and ZIP_SOURCE_TELL.
Referenced by _zip_find_central_dir(), _zip_read_cdir(), crc_read(), window_read(), and zip_ftell().