ZIP_ENCODING_UNKNOWN 628 ext/zip/lib/zip_dirent.c name_enc = _zip_guess_encoding(de->filename, ZIP_ENCODING_UNKNOWN); ZIP_ENCODING_UNKNOWN 629 ext/zip/lib/zip_dirent.c com_enc = _zip_guess_encoding(de->comment, ZIP_ENCODING_UNKNOWN); ZIP_ENCODING_UNKNOWN 64 ext/zip/lib/zip_file_set_comment.c if ((flags & ZIP_FL_ENCODING_ALL) == ZIP_FL_ENC_GUESS && _zip_guess_encoding(cstr, ZIP_ENCODING_UNKNOWN) == ZIP_ENCODING_UTF8_GUESSED) ZIP_ENCODING_UNKNOWN 59 ext/zip/lib/zip_set_archive_comment.c if (_zip_guess_encoding(cstr, ZIP_ENCODING_UNKNOWN) == ZIP_ENCODING_CP437) { ZIP_ENCODING_UNKNOWN 65 ext/zip/lib/zip_set_name.c if ((flags & ZIP_FL_ENCODING_ALL) == ZIP_FL_ENC_GUESS && _zip_guess_encoding(str, ZIP_ENCODING_UNKNOWN) == ZIP_ENCODING_UTF8_GUESSED) ZIP_ENCODING_UNKNOWN 95 ext/zip/lib/zip_string.c if (string->encoding == ZIP_ENCODING_UNKNOWN) ZIP_ENCODING_UNKNOWN 96 ext/zip/lib/zip_string.c _zip_guess_encoding(string, ZIP_ENCODING_UNKNOWN); ZIP_ENCODING_UNKNOWN 139 ext/zip/lib/zip_string.c expected_encoding = ZIP_ENCODING_UNKNOWN; ZIP_ENCODING_UNKNOWN 165 ext/zip/lib/zip_string.c s->encoding = ZIP_ENCODING_UNKNOWN; ZIP_ENCODING_UNKNOWN 169 ext/zip/lib/zip_string.c if (expected_encoding != ZIP_ENCODING_UNKNOWN) { ZIP_ENCODING_UNKNOWN 128 ext/zip/lib/zip_utf-8.c if (str->encoding != ZIP_ENCODING_UNKNOWN) ZIP_ENCODING_UNKNOWN 166 ext/zip/lib/zip_utf-8.c if (expected_encoding != ZIP_ENCODING_UNKNOWN) {