Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_delete.c58 za->entry[idx].state = ZIP_ST_DELETED; in zip_delete()
H A Dzip_get_name.c58 if (za->entry[idx].state == ZIP_ST_DELETED) { in _zip_get_name()
H A Dzipint.h160 enum zip_state { ZIP_ST_UNCHANGED, ZIP_ST_DELETED, ZIP_ST_REPLACED, enumerator
H A Dzip_close.c149 if (za->entry[i].state == ZIP_ST_DELETED) in zip_close()
588 if (za->entry[i].state != ZIP_ST_DELETED) in _zip_changed()

Completed in 11 milliseconds