Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_set_archive_flag.c56 if ((flag & ZIP_AFL_RDONLY) && value in zip_set_archive_flag()
57 && (za->ch_flags & ZIP_AFL_RDONLY) == 0) { in zip_set_archive_flag()
H A Dzip_open.c530 za->flags |= ZIP_AFL_RDONLY; in _zip_allocate_new()
531 za->ch_flags |= ZIP_AFL_RDONLY; in _zip_allocate_new()
H A Dzip.h94 #define ZIP_AFL_RDONLY 2u /* read only -- cannot be cleared */ macro
H A Dzipint.h460 #define ZIP_IS_RDONLY(za) ((za)->ch_flags & ZIP_AFL_RDONLY)

Completed in 16 milliseconds