Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/zip/examples/
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.1/ext/zip/
H A Dphp_zip.c1159 zval * zip; in PHP_NAMED_FUNCTION() local
1226 zval * zip; in PHP_NAMED_FUNCTION() local
3022 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument
3168 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument
3178 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument

Completed in 21 milliseconds