zip_string_t       44 ext/zip/lib/zip_dirent.c static zip_string_t *_zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_string_t *str);
zip_string_t       45 ext/zip/lib/zip_dirent.c static zip_extra_field_t *_zip_ef_utf8(zip_uint16_t, zip_string_t *, zip_error_t *);
zip_string_t       98 ext/zip/lib/zip_dirent.c     zip_string_t *comment;
zip_string_t      532 ext/zip/lib/zip_dirent.c static zip_string_t *
zip_string_t      533 ext/zip/lib/zip_dirent.c _zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_string_t *str)
zip_string_t      554 ext/zip/lib/zip_dirent.c         zip_string_t *ef_str = _zip_string_new(_zip_buffer_get(buffer, len), len, ZIP_FL_ENC_UTF_8, NULL);
zip_string_t      830 ext/zip/lib/zip_dirent.c _zip_ef_utf8(zip_uint16_t id, zip_string_t *str, zip_error_t *error)
zip_string_t       45 ext/zip/lib/zip_file_set_comment.c     zip_string_t *cstr;
zip_string_t       43 ext/zip/lib/zip_get_archive_comment.c     zip_string_t *comment;
zip_string_t      108 ext/zip/lib/zip_io_util.c zip_string_t *
zip_string_t      112 ext/zip/lib/zip_io_util.c     zip_string_t *s;
zip_string_t       43 ext/zip/lib/zip_set_archive_comment.c     zip_string_t *cstr;
zip_string_t       45 ext/zip/lib/zip_set_name.c     zip_string_t *str;
zip_string_t       49 ext/zip/lib/zip_set_name.c     zip_string_t *old_str;
zip_string_t       42 ext/zip/lib/zip_string.c _zip_string_crc32(const zip_string_t *s)
zip_string_t       56 ext/zip/lib/zip_string.c _zip_string_equal(const zip_string_t *a, const zip_string_t *b)
zip_string_t       71 ext/zip/lib/zip_string.c _zip_string_free(zip_string_t *s)
zip_string_t       83 ext/zip/lib/zip_string.c _zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error)
zip_string_t      119 ext/zip/lib/zip_string.c _zip_string_length(const zip_string_t *s)
zip_string_t      128 ext/zip/lib/zip_string.c zip_string_t *
zip_string_t      131 ext/zip/lib/zip_string.c     zip_string_t *s;
zip_string_t      152 ext/zip/lib/zip_string.c     if ((s=(zip_string_t *)malloc(sizeof(*s))) == NULL) {
zip_string_t      182 ext/zip/lib/zip_string.c _zip_string_write(zip_t *za, const zip_string_t *s)
zip_string_t      117 ext/zip/lib/zip_utf-8.c _zip_guess_encoding(zip_string_t *str, zip_encoding_type_t expected_encoding)
zip_string_t      287 ext/zip/lib/zipint.h typedef struct zip_string zip_string_t;
zip_string_t      303 ext/zip/lib/zipint.h     zip_string_t *comment_orig;         /* archive comment */
zip_string_t      304 ext/zip/lib/zipint.h     zip_string_t *comment_changes;	/* changed archive comment */
zip_string_t      352 ext/zip/lib/zipint.h     zip_string_t *filename;		/* (cl) file name (NUL-terminated) */
zip_string_t      354 ext/zip/lib/zipint.h     zip_string_t *comment;		/* (c)  file comment */
zip_string_t      370 ext/zip/lib/zipint.h     zip_string_t *comment;		/* zip archive comment */
zip_string_t      533 ext/zip/lib/zipint.h enum zip_encoding_type _zip_guess_encoding(zip_string_t *, enum zip_encoding_type);
zip_string_t      549 ext/zip/lib/zipint.h zip_string_t *_zip_read_string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t lenght, bool nulp, zip_error_t *error);
zip_string_t      563 ext/zip/lib/zipint.h int _zip_string_equal(const zip_string_t *, const zip_string_t *);
zip_string_t      564 ext/zip/lib/zipint.h void _zip_string_free(zip_string_t *);
zip_string_t      565 ext/zip/lib/zipint.h zip_uint32_t _zip_string_crc32(const zip_string_t *);
zip_string_t      566 ext/zip/lib/zipint.h const zip_uint8_t *_zip_string_get(zip_string_t *, zip_uint32_t *, zip_flags_t, zip_error_t *);
zip_string_t      567 ext/zip/lib/zipint.h zip_uint16_t _zip_string_length(const zip_string_t *);
zip_string_t      568 ext/zip/lib/zipint.h zip_string_t *_zip_string_new(const zip_uint8_t *, zip_uint16_t, zip_flags_t, zip_error_t *);
zip_string_t      569 ext/zip/lib/zipint.h int _zip_string_write(zip_t *za, const zip_string_t *string);