Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_source_zip.c81 flags |= ZIP_FL_COMPRESSED; in zip_source_zip()
83 flags &= ~ZIP_FL_COMPRESSED; in zip_source_zip()
103 if ((flags & ZIP_FL_COMPRESSED) == 0) { in zip_source_zip()
H A Dzip_fopen_index_encrypted.c74 flags |= ZIP_FL_COMPRESSED; in zip_fopen_index_encrypted()
94 if ((flags & ZIP_FL_COMPRESSED) == 0) { in zip_fopen_index_encrypted()
133 if ((flags & ZIP_FL_COMPRESSED) == 0 in zip_fopen_index_encrypted()
H A Dzip.h73 #define ZIP_FL_COMPRESSED 4 /* read compressed data */ macro
/PHP-5.5/ext/zip/
H A Dphp_zip.c2811 REGISTER_ZIP_CLASS_CONST_LONG("FL_COMPRESSED", ZIP_FL_COMPRESSED); in PHP_MINIT_FUNCTION()

Completed in 17 milliseconds