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

#include <zipint.h>

Public Attributes

zip_uint8_traw
 
zip_uint16_t length
 
enum zip_encoding_type encoding
 
zip_uint8_tconverted
 
zip_uint32_t converted_length
 

Detailed Description

Definition at line 418 of file zipint.h.

Member Data Documentation

◆ converted

zip_uint8_t* zip_string::converted

Definition at line 422 of file zipint.h.

Referenced by _zip_string_get().

◆ converted_length

zip_uint32_t zip_string::converted_length

Definition at line 423 of file zipint.h.

Referenced by _zip_string_get().

◆ encoding

enum zip_encoding_type zip_string::encoding

Definition at line 420 of file zipint.h.

Referenced by _zip_string_get(), and zip_file_set_comment().

◆ length

zip_uint16_t zip_string::length

Definition at line 420 of file zipint.h.

Referenced by _zip_cdir_write(), and _zip_string_get().

◆ raw

zip_uint8_t* zip_string::raw

Definition at line 419 of file zipint.h.

Referenced by _zip_cdir_write(), _zip_dirent_apply_attributes(), and _zip_string_get().


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