Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
zip_int64_t | zip_source_read (zip_source_t *src, void *data, zip_uint64_t len) |
bool | _zip_source_eof (zip_source_t *src) |
bool _zip_source_eof | ( | zip_source_t * | src | ) |
zip_int64_t zip_source_read | ( | zip_source_t * | src, |
void * | data, | ||
zip_uint64_t | len | ||
) |
Definition at line 39 of file zip_source_read.c.
References _zip_source_call(), _zip_source_eof(), len, n, NULL, src, ZIP_ER_INVAL, zip_error_set(), ZIP_INT64_MAX, ZIP_SOURCE_IS_OPEN_READING, ZIP_SOURCE_READ, and ZIP_UINT64_MAX.
Referenced by _zip_file_get_end(), _zip_read(), compress_read(), copy_source(), crc_read(), decrypt_header(), main(), pkware_decrypt(), pkware_encrypt(), verify_hmac(), window_read(), winzip_aes_decrypt(), winzip_aes_encrypt(), write_memory_src_to_file(), and zip_fread().