Home
last modified time | relevance | path

Searched refs:zip_string_t (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_string.c42 _zip_string_crc32(const zip_string_t *s) in _zip_string_crc32()
56 _zip_string_equal(const zip_string_t *a, const zip_string_t *b) in _zip_string_equal()
71 _zip_string_free(zip_string_t *s) in _zip_string_free()
83 _zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error) in _zip_string_get()
119 _zip_string_length(const zip_string_t *s) in _zip_string_length()
128 zip_string_t *
131 zip_string_t *s; in _zip_string_new()
152 if ((s=(zip_string_t *)malloc(sizeof(*s))) == NULL) { in _zip_string_new()
182 _zip_string_write(zip_t *za, const zip_string_t *s) in _zip_string_write()
H A Dzipint.h287 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 */
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 *);
567 zip_uint16_t _zip_string_length(const zip_string_t *);
[all …]
H A Dzip_io_util.c108 zip_string_t *
112 zip_string_t *s; in _zip_read_string()
H A Dzip_get_archive_comment.c43 zip_string_t *comment; in zip_get_archive_comment()
H A Dzip_set_name.c45 zip_string_t *str; in _zip_set_name()
49 zip_string_t *old_str; in _zip_set_name()
H A Dzip_set_archive_comment.c43 zip_string_t *cstr; in zip_set_archive_comment()
H A Dzip_dirent.c44 static zip_string_t *_zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_stri…
45 static zip_extra_field_t *_zip_ef_utf8(zip_uint16_t, zip_string_t *, zip_error_t *);
98 zip_string_t *comment; in _zip_cdir_write()
532 static zip_string_t *
533 _zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_string_t *str) in _zip_dirent_process_ef_utf_8()
554zip_string_t *ef_str = _zip_string_new(_zip_buffer_get(buffer, len), len, ZIP_FL_ENC_UTF_8, NULL); in _zip_dirent_process_ef_utf_8()
830 _zip_ef_utf8(zip_uint16_t id, zip_string_t *str, zip_error_t *error) in _zip_ef_utf8()
H A Dzip_file_set_comment.c45 zip_string_t *cstr; in zip_file_set_comment()
H A Dzip_utf-8.c117 _zip_guess_encoding(zip_string_t *str, zip_encoding_type_t expected_encoding) in _zip_guess_encoding()

Completed in 32 milliseconds