Lines Matching refs:zip_string_t
287 typedef struct zip_string zip_string_t; typedef
303 zip_string_t *comment_orig; /* archive comment */
304 zip_string_t *comment_changes; /* changed archive comment */
352 zip_string_t *filename; /* (cl) file name (NUL-terminated) */
354 zip_string_t *comment; /* (c) file comment */
370 zip_string_t *comment; /* zip archive comment */
533 enum zip_encoding_type _zip_guess_encoding(zip_string_t *, enum zip_encoding_type);
549 zip_string_t *_zip_read_string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t lenght, bool n…
563 int _zip_string_equal(const zip_string_t *, const zip_string_t *);
564 void _zip_string_free(zip_string_t *);
565 zip_uint32_t _zip_string_crc32(const zip_string_t *);
566 const zip_uint8_t *_zip_string_get(zip_string_t *, zip_uint32_t *, zip_flags_t, zip_error_t *);
567 zip_uint16_t _zip_string_length(const zip_string_t *);
568 zip_string_t *_zip_string_new(const zip_uint8_t *, zip_uint16_t, zip_flags_t, zip_error_t *);
569 int _zip_string_write(zip_t *za, const zip_string_t *string);