Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Macros | |
#define | L ZIP_ET_LIBZIP |
#define | N ZIP_ET_NONE |
#define | S ZIP_ET_SYS |
#define | Z ZIP_ET_ZLIB |
#define | E ZIP_DETAIL_ET_ENTRY |
#define | G ZIP_DETAIL_ET_GLOBAL |
Variables | |
const struct _zip_err_info | _zip_err_str [] |
const int | _zip_err_str_count = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]) |
const struct _zip_err_info | _zip_err_details [] |
const int | _zip_err_details_count = sizeof(_zip_err_details)/sizeof(_zip_err_details[0]) |
#define E ZIP_DETAIL_ET_ENTRY |
Definition at line 12 of file zip_err_str.c.
#define G ZIP_DETAIL_ET_GLOBAL |
Definition at line 13 of file zip_err_str.c.
#define L ZIP_ET_LIBZIP |
Definition at line 7 of file zip_err_str.c.
#define N ZIP_ET_NONE |
Definition at line 8 of file zip_err_str.c.
#define S ZIP_ET_SYS |
Definition at line 9 of file zip_err_str.c.
#define Z ZIP_ET_ZLIB |
Definition at line 10 of file zip_err_str.c.
const struct _zip_err_info _zip_err_details[] |
Definition at line 51 of file zip_err_str.c.
Referenced by zip_error_strerror().
const int _zip_err_details_count = sizeof(_zip_err_details)/sizeof(_zip_err_details[0]) |
Definition at line 76 of file zip_err_str.c.
Referenced by zip_error_strerror().
const struct _zip_err_info _zip_err_str[] |
Definition at line 1 of file zip_err_str.c.
Referenced by zip_error_get_sys_type(), zip_error_strerror(), zip_error_system_type(), and zip_error_to_str().
const int _zip_err_str_count = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]) |
Definition at line 51 of file zip_err_str.c.
Referenced by zip_error_get_sys_type(), zip_error_strerror(), zip_error_system_type(), and zip_error_to_str().