Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/lib/
H A Dzip_dir_add.c86 …if (zip_file_set_external_attributes(za, (zip_uint64_t)idx, 0, ZIP_OPSYS_DEFAULT, ZIP_EXT_ATTRIB_D… in zip_dir_add()
H A Dzip_file_set_external_attributes.c54 …ged_opsys = (e->orig ? (zip_uint8_t)(e->orig->version_madeby>>8) : (zip_uint8_t)ZIP_OPSYS_DEFAULT); in zip_file_set_external_attributes()
H A Dzip.h205 #define ZIP_OPSYS_DEFAULT ZIP_OPSYS_UNIX macro
H A Dzip_dirent.c245 de->version_madeby = 20 | (ZIP_OPSYS_DEFAULT << 8); in _zip_dirent_init()
/PHP-7.3/ext/zip/
H A Dphp_zip.c2147 #ifdef ZIP_OPSYS_DEFAULT
3063 #ifdef ZIP_OPSYS_DEFAULT
3154 #ifdef ZIP_OPSYS_DEFAULT
3277 #ifdef ZIP_OPSYS_DEFAULT in PHP_MINIT_FUNCTION()
3300 REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_DEFAULT", ZIP_OPSYS_DEFAULT); in PHP_MINIT_FUNCTION()

Completed in 21 milliseconds