Searched refs:ZIP_FL_ENC_GUESS (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/ext/zip/lib/ |
H A D | zip_set_archive_comment.c | 56 …if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, ZIP_FL_ENC_GUESS, &za->error)) == NUL… in zip_set_archive_comment()
|
H A D | zip_file_set_comment.c | 64 …if ((flags & ZIP_FL_ENCODING_ALL) == ZIP_FL_ENC_GUESS && _zip_guess_encoding(cstr, ZIP_ENCODING_UN… in zip_file_set_comment()
|
H A D | zip_io_util.c | 117 s = _zip_string_new(raw, len, ZIP_FL_ENC_GUESS, error); in _zip_read_string()
|
H A D | zip_set_name.c | 65 …if ((flags & ZIP_FL_ENCODING_ALL) == ZIP_FL_ENC_GUESS && _zip_guess_encoding(str, ZIP_ENCODING_UNK… in _zip_set_name()
|
H A D | zip_string.c | 138 case ZIP_FL_ENC_GUESS: in _zip_string_new()
|
H A D | zip.h | 82 #define ZIP_FL_ENC_GUESS 0u /* guess string encoding (is default) */ macro
|
H A D | zipint.h | 262 #define ZIP_FL_ENCODING_ALL (ZIP_FL_ENC_GUESS|ZIP_FL_ENC_CP437|ZIP_FL_ENC_UTF_8)
|
H A D | zip_open.c | 331 …=_zip_string_new(_zip_buffer_get(buffer, comment_len), comment_len, ZIP_FL_ENC_GUESS, error)) == N… in _zip_read_cdir()
|
/PHP-7.0/ext/zip/ |
H A D | php_zip.c | 3055 #ifdef ZIP_FL_ENC_GUESS in PHP_MINIT_FUNCTION() 3057 REGISTER_ZIP_CLASS_CONST_LONG("FL_ENC_GUESS", ZIP_FL_ENC_GUESS); in PHP_MINIT_FUNCTION()
|
Completed in 38 milliseconds