Home
last modified time | relevance | path

Searched refs:ZIP_GPBF_ENCODING_UTF_8 (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_dirent.c406 if (zde->bitflags & ZIP_GPBF_ENCODING_UTF_8) { in _zip_dirent_read()
446 if (zde->bitflags & ZIP_GPBF_ENCODING_UTF_8) { in _zip_dirent_read()
634 de->bitflags |= ZIP_GPBF_ENCODING_UTF_8; in _zip_dirent_write()
636 de->bitflags &= (zip_uint16_t)~ZIP_GPBF_ENCODING_UTF_8; in _zip_dirent_write()
H A Dzipint.h252 #define ZIP_GPBF_ENCODING_UTF_8 0x0800 /* file name encoding is UTF-8 */ macro

Completed in 8 milliseconds