Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
ZIP_EXTERN const char * | zip_file_get_comment (zip_t *za, zip_uint64_t idx, zip_uint32_t *lenp, zip_flags_t flags) |
ZIP_EXTERN const char* zip_file_get_comment | ( | zip_t * | za, |
zip_uint64_t | idx, | ||
zip_uint32_t * | lenp, | ||
zip_flags_t | flags | ||
) |
Definition at line 40 of file zip_file_get_comment.c.
References _zip_get_dirent(), _zip_string_get(), zip_dirent::comment, zip::error, flags, setup::idx, len, NULL, cmd_descs_generate::str, and za.
Referenced by list_zip(), and zip_get_file_comment().