Rizin
unix-like reverse engineering framework and cli tools
entry Struct Reference

Public Attributes

char * name
 
zip_uint64_t size
 
zip_uint32_t crc
 
zip_uint32_t comp_method
 
struct efextra_fields
 
zip_uint16_t n_extra_fields
 
const char * comment
 
zip_uint32_t comment_length
 

Detailed Description

Definition at line 77 of file zipcmp.c.

Member Data Documentation

◆ comment

const char* entry::comment

Definition at line 84 of file zipcmp.c.

Referenced by compare_zip(), entry_paranoia_checks(), and rz_cmd_desc_details_free().

◆ comment_length

zip_uint32_t entry::comment_length

Definition at line 85 of file zipcmp.c.

Referenced by compare_zip(), and entry_paranoia_checks().

◆ comp_method

zip_uint32_t entry::comp_method

Definition at line 81 of file zipcmp.c.

Referenced by entry_paranoia_checks().

◆ crc

zip_uint32_t entry::crc

Definition at line 80 of file zipcmp.c.

Referenced by entry_cmp(), and test_file().

◆ extra_fields

struct ef* entry::extra_fields

Definition at line 82 of file zipcmp.c.

Referenced by ef_compare().

◆ n_extra_fields

zip_uint16_t entry::n_extra_fields

Definition at line 83 of file zipcmp.c.

Referenced by ef_compare().

◆ name

◆ size

zip_uint64_t entry::size

The documentation for this struct was generated from the following file: