Home
last modified time | relevance | path

Searched refs:ZIP_FL_ENC_RAW (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/zip/lib/
H A Dzip_string.c93 if ((flags & ZIP_FL_ENC_RAW) == 0) { in _zip_string_get()
H A Dzip.h83 #define ZIP_FL_ENC_RAW 64u /* get unmodified string */ macro
H A Dzip_dirent.c837 if ((raw=_zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL)) == NULL) { in _zip_ef_utf8()
/PHP-7.3/ext/zip/
H A Dphp_zip.c3220 #ifdef ZIP_FL_ENC_RAW in PHP_MINIT_FUNCTION()
3221 REGISTER_ZIP_CLASS_CONST_LONG("FL_ENC_RAW", ZIP_FL_ENC_RAW); in PHP_MINIT_FUNCTION()

Completed in 21 milliseconds