Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/lib/
H A Dzip_source_zip.c54 flags |= ZIP_FL_COMPRESSED; in zip_source_zip()
56 flags &= ~ZIP_FL_COMPRESSED; in zip_source_zip()
H A Dzip_source_zip_new.c69 flags |= ZIP_FL_COMPRESSED; in _zip_source_zip_new()
71 if ((start > 0 || len > 0) && (flags & ZIP_FL_COMPRESSED)) { in _zip_source_zip_new()
95 if ((flags & ZIP_FL_COMPRESSED) == 0) { in _zip_source_zip_new()
153 …if (((flags & ZIP_FL_COMPRESSED) == 0 || st.comp_method == ZIP_CM_STORE) && (len == 0 || len == st… in _zip_source_zip_new()
H A Dzip.h78 #define ZIP_FL_COMPRESSED 4u /* read compressed data */ macro
/PHP-7.0/ext/zip/
H A Dphp_zip.c3052 REGISTER_ZIP_CLASS_CONST_LONG("FL_COMPRESSED", ZIP_FL_COMPRESSED); in PHP_MINIT_FUNCTION()

Completed in 15 milliseconds