Home
last modified time | relevance | path

Searched defs:zip (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzipint.h293 struct zip { struct
294 zip_source_t *src; /* data source for archive */ argument
295 unsigned int open_flags; /* flags passed to zip_open */ argument
296 zip_error_t error; /* error information */ argument
303 zip_string_t *comment_orig; /* archive comment */ argument
304 zip_string_t *comment_changes; /* changed archive comment */ argument
307 zip_uint64_t nentry; /* number of entries */ argument
308 zip_uint64_t nentry_alloc; /* number of entries allocated */ argument
309 zip_entry_t *entry; /* entries */ argument
315 zip_hash_t *names; /* hash table for name lookup */ argument
[all …]
/PHP-7.2/ext/zip/examples/
H A Dencryption.php13 $zip = new ZipArchive; variable
21 $zip = new ZipArchive; variable
H A Dextract.php6 $zip = new ZipArchive(); variable
H A DextractAll.php2 $zip = new ZipArchive(); variable
H A Dset_compression.php7 $zip = new ZipArchive(); variable
H A Dcreate.php8 $zip = new ZipArchive(); variable
H A Doldapi.php3 $zip = zip_open('examples/test1.zip'); variable
/PHP-7.2/ext/zip/
H A Dphp_zip.c1182 zval * zip; in PHP_NAMED_FUNCTION() local
1249 zval * zip; in PHP_NAMED_FUNCTION() local
3155 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument
3301 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument
3311 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument

Completed in 25 milliseconds