Home
last modified time | relevance | path

Searched refs:ZIP_CM_STORE (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_stat_init.c50 st->comp_method = ZIP_CM_STORE; in zip_stat_init()
H A Dzip_fopen_index_encrypted.c95 if (st.comp_method != ZIP_CM_STORE) { in zip_fopen_index_encrypted()
134 || st.comp_method == ZIP_CM_STORE ) { in zip_fopen_index_encrypted()
H A Dzip_source_buffer.c130 st->comp_method = ZIP_CM_STORE; in read_data()
H A Dzip_source_zip.c105 p->st.comp_method = ZIP_CM_STORE; in zip_source_zip()
H A Dzip.h130 #define ZIP_CM_STORE 0 /* stored (uncompressed) */ macro
H A Dzip_source_deflate.c361 st->comp_method = ZIP_CM_STORE; in deflate_decompress()
H A Dzip_close.c377 || st.comp_method == ZIP_CM_STORE) in add_data()
/PHP-5.5/ext/zip/
H A Dphp_zip.c2814 REGISTER_ZIP_CLASS_CONST_LONG("CM_STORE", ZIP_CM_STORE); in PHP_MINIT_FUNCTION()

Completed in 23 milliseconds