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_fread (zip_file_t *zf, void *outbuf, zip_uint64_t toread) |
ZIP_EXTERN zip_int64_t zip_fread | ( | zip_file_t * | zf, |
void * | outbuf, | ||
zip_uint64_t | toread | ||
) |
Definition at line 39 of file zip_fread.c.
References _zip_error_set_from_source(), zip_file::eof, zip_file::error, n, outbuf, zip_file::src, ZIP_ER_INVAL, zip_error::zip_err, zip_error_set(), ZIP_INT64_MAX, and zip_source_read().
Referenced by cat(), do_read(), LLVMFuzzerTestOneInput(), main(), rz_io_zip_slurp_file(), and test_file().