Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_set_archive_flag.c58 if ((flag & ZIP_AFL_RDONLY) && value in zip_set_archive_flag()
59 && (za->ch_flags & ZIP_AFL_RDONLY) == 0) { in zip_set_archive_flag()
H A Dzip_fdopen.c61 return _zip_open(NULL, fp, flags, ZIP_AFL_RDONLY, zep); in zip_fdopen()
H A Dzip.h82 #define ZIP_AFL_RDONLY 2 /* read only -- cannot be cleared */ macro
H A Dzipint.h286 #define ZIP_IS_RDONLY(za) ((za)->ch_flags & ZIP_AFL_RDONLY)

Completed in 16 milliseconds