ZIP_ENCODING_UNKNOWN 651 ext/zip/lib/zip_dirent.c name_enc = _zip_guess_encoding(de->filename, ZIP_ENCODING_UNKNOWN); ZIP_ENCODING_UNKNOWN 652 ext/zip/lib/zip_dirent.c com_enc = _zip_guess_encoding(de->comment, ZIP_ENCODING_UNKNOWN); ZIP_ENCODING_UNKNOWN 66 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 61 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 100 ext/zip/lib/zip_string.c if (string->encoding == ZIP_ENCODING_UNKNOWN) ZIP_ENCODING_UNKNOWN 101 ext/zip/lib/zip_string.c _zip_guess_encoding(string, ZIP_ENCODING_UNKNOWN); ZIP_ENCODING_UNKNOWN 146 ext/zip/lib/zip_string.c expected_encoding = ZIP_ENCODING_UNKNOWN; ZIP_ENCODING_UNKNOWN 172 ext/zip/lib/zip_string.c s->encoding = ZIP_ENCODING_UNKNOWN; ZIP_ENCODING_UNKNOWN 176 ext/zip/lib/zip_string.c if (expected_encoding != ZIP_ENCODING_UNKNOWN) { ZIP_ENCODING_UNKNOWN 131 ext/zip/lib/zip_utf-8.c if (str->encoding != ZIP_ENCODING_UNKNOWN) ZIP_ENCODING_UNKNOWN 169 ext/zip/lib/zip_utf-8.c if (expected_encoding != ZIP_ENCODING_UNKNOWN) {