Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
ZIP_EXTERN int | zip_set_archive_comment (zip_t *za, const char *comment, zip_uint16_t len) |
ZIP_EXTERN int zip_set_archive_comment | ( | zip_t * | za, |
const char * | comment, | ||
zip_uint16_t | len | ||
) |
Definition at line 41 of file zip_set_archive_comment.c.
References _zip_guess_encoding(), _zip_string_equal(), _zip_string_free(), _zip_string_new(), zip::comment_changed, zip::comment_changes, zip::comment_orig, zip::error, len, NULL, za, ZIP_ENCODING_CP437, ZIP_ENCODING_UNKNOWN, ZIP_ER_INVAL, ZIP_ER_RDONLY, zip_error_set(), ZIP_FL_ENC_GUESS, and ZIP_IS_RDONLY.
Referenced by set_archive_comment().