Home
last modified time | relevance | path

Searched refs:ZIP_CM_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_set_file_compression.c54 if (method != ZIP_CM_DEFAULT && method != ZIP_CM_STORE && method != ZIP_CM_DEFLATE) { in zip_set_file_compression()
61 old_method = (e->orig == NULL ? ZIP_CM_DEFAULT : e->orig->comp_method); in zip_set_file_compression()
H A Dzip.h145 #define ZIP_CM_DEFAULT -1 /* better of deflate or store */ macro
H A Dzipint.h190 #define ZIP_CM_IS_DEFAULT(x) ((x) == ZIP_CM_DEFAULT || (x) == ZIP_CM_REPLACED_DEFAULT)
H A Dzip_dirent.c248 de->comp_method = ZIP_CM_DEFAULT; in _zip_dirent_init()
/PHP-7.0/ext/zip/
H A Dphp_zip.c3072 REGISTER_ZIP_CLASS_CONST_LONG("CM_DEFAULT", ZIP_CM_DEFAULT); in PHP_MINIT_FUNCTION()

Completed in 24 milliseconds