Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_source_remove.c41 if (src->write_state == ZIP_SOURCE_WRITE_REMOVED) { in zip_source_remove()
58 src->write_state = ZIP_SOURCE_WRITE_REMOVED; in zip_source_remove()
H A Dzip_source_is_deleted.c41 return src->write_state == ZIP_SOURCE_WRITE_REMOVED; in zip_source_is_deleted()
H A Dzip_source_open.c43 if (src->write_state == ZIP_SOURCE_WRITE_REMOVED) { in zip_source_open()
H A Dzipint.h385 ZIP_SOURCE_WRITE_REMOVED /* file was removed */ enumerator

Completed in 41 milliseconds