Home
last modified time | relevance | path

Searched refs:ZIP_ENCODING_UTF8_KNOWN (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/libzip/
H A Dzip_dirent.c421 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
448 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
527 struct zip_string *ef_str = _zip_string_new(ef, ef_len-5, ZIP_ENCODING_UTF8_KNOWN, NULL); in _zip_dirent_process_ef_utf_8()
654 if ((name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || in _zip_dirent_write()
655 (name_enc == ZIP_ENCODING_ASCII && com_enc == ZIP_ENCODING_UTF8_KNOWN) || in _zip_dirent_write()
656 (name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_UTF8_KNOWN)) in _zip_dirent_write()
660 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
665 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN){ in _zip_dirent_write()
H A Dzip_string.c104 && string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) in _zip_string_get()
149 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
H A Dzip_utf-8.c170 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
171 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/libzip/
H A Dzip_dirent.c421 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
448 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
527 struct zip_string *ef_str = _zip_string_new(ef, ef_len-5, ZIP_ENCODING_UTF8_KNOWN, NULL); in _zip_dirent_process_ef_utf_8()
654 if ((name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || in _zip_dirent_write()
655 (name_enc == ZIP_ENCODING_ASCII && com_enc == ZIP_ENCODING_UTF8_KNOWN) || in _zip_dirent_write()
656 (name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_UTF8_KNOWN)) in _zip_dirent_write()
660 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
665 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN){ in _zip_dirent_write()
H A Dzip_utf-8.c170 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
171 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
H A Dzip_string.c104 && string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) in _zip_string_get()
149 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
/dports/archivers/php73-zip/php-7.3.33/ext/zip/lib/
H A Dzip_dirent.c407 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
447 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
631 if ((name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || in _zip_dirent_write()
632 (name_enc == ZIP_ENCODING_ASCII && com_enc == ZIP_ENCODING_UTF8_KNOWN) || in _zip_dirent_write()
633 (name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_UTF8_KNOWN)) in _zip_dirent_write()
637 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
642 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN){ in _zip_dirent_write()
H A Dzip_string.c99 && string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) in _zip_string_get()
142 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
H A Dzip_utf-8.c167 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
168 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
/dports/lang/php73/php-7.3.33/ext/zip/lib/
H A Dzip_dirent.c407 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
447 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
631 if ((name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || in _zip_dirent_write()
632 (name_enc == ZIP_ENCODING_ASCII && com_enc == ZIP_ENCODING_UTF8_KNOWN) || in _zip_dirent_write()
633 (name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_UTF8_KNOWN)) in _zip_dirent_write()
637 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
642 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN){ in _zip_dirent_write()
H A Dzip_string.c99 && string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) in _zip_string_get()
142 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
H A Dzip_utf-8.c167 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
168 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
/dports/www/mod_php73/php-7.3.33/ext/zip/lib/
H A Dzip_dirent.c407 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
447 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
631 if ((name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || in _zip_dirent_write()
632 (name_enc == ZIP_ENCODING_ASCII && com_enc == ZIP_ENCODING_UTF8_KNOWN) || in _zip_dirent_write()
633 (name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_UTF8_KNOWN)) in _zip_dirent_write()
637 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
642 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN){ in _zip_dirent_write()
H A Dzip_string.c99 && string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) in _zip_string_get()
142 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
H A Dzip_utf-8.c167 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
168 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
/dports/devel/radare2/radare2-5.1.1/shlr/zip/zip/
H A Dzip_dirent.c422 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
449 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
528 struct zip_string *ef_str = _zip_string_new(ef, ef_len-5, ZIP_ENCODING_UTF8_KNOWN, NULL); in _zip_dirent_process_ef_utf_8()
656 if ((name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || in _zip_dirent_write()
657 (name_enc == ZIP_ENCODING_ASCII && com_enc == ZIP_ENCODING_UTF8_KNOWN) || in _zip_dirent_write()
658 (name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_UTF8_KNOWN)) in _zip_dirent_write()
662 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
667 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN){ in _zip_dirent_write()
H A Dzip_string.c104 && string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) in _zip_string_get()
149 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
H A Dzip_utf-8.c170 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
171 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_string.c94 …&& string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) || (stri… in _zip_string_get()
133 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
H A Dzip_utf-8.c149 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
150 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
H A Dzip_dirent.c451 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
491 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
760ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || (name_enc == ZIP_ENCODING_ASCII && co… in _zip_dirent_write()
764 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
769 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
H A Dzip_file_set_comment.c63 cstr->encoding = ZIP_ENCODING_UTF8_KNOWN; in zip_file_set_comment()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_utf-8.c149 if (expected_encoding == ZIP_ENCODING_UTF8_KNOWN && enc == ZIP_ENCODING_UTF8_GUESSED) in _zip_guess_encoding()
150 str->encoding = enc = ZIP_ENCODING_UTF8_KNOWN; in _zip_guess_encoding()
H A Dzip_string.c94 …&& string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) || (stri… in _zip_string_get()
133 expected_encoding = ZIP_ENCODING_UTF8_KNOWN; in _zip_string_new()
H A Dzip_dirent.c449 if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
489 if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { in _zip_dirent_read()
783ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || (name_enc == ZIP_ENCODING_ASCII && co… in _zip_dirent_write()
787 if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()
792 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN) { in _zip_dirent_write()

12