_zip_string_get   837 ext/zip/lib/zip_dirent.c     if ((raw=_zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL)) == NULL) {
_zip_string_get    49 ext/zip/lib/zip_file_get_comment.c     if ((str=_zip_string_get(de->comment, &len, flags, &za->error)) == NULL)
_zip_string_get    52 ext/zip/lib/zip_get_archive_comment.c     if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL)
_zip_string_get    56 ext/zip/lib/zip_get_name.c     if ((str=_zip_string_get(de->filename, NULL, flags, error)) == NULL)
_zip_string_get   229 ext/zip/lib/zip_open.c 	const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error);
_zip_string_get    99 ext/zip/lib/zip_set_name.c     if ((new_name = _zip_string_get(same_as_orig ? e->orig->filename : str, NULL, 0, &za->error)) == NULL) {
_zip_string_get   115 ext/zip/lib/zip_set_name.c 	if ((old_name = _zip_string_get(old_str, NULL, 0, &za->error)) == NULL) {
_zip_string_get   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 *);