Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzipint.h271 struct zip { struct
274 unsigned int open_flags; /* flags passed to zip_open */ argument
275 struct zip_error error; /* error information */ argument
282 struct zip_string *comment_orig; /* archive comment */ argument
283 struct zip_string *comment_changes; /* changed archive comment */ argument
286 zip_uint64_t nentry; /* number of entries */ argument
287 zip_uint64_t nentry_alloc; /* number of entries allocated */ argument
288 struct zip_entry *entry; /* entries */ argument
292 struct zip_file **file; /* opened files within archive */ argument
297 /* file in zip archive, part of API */ argument
/PHP-5.6/ext/zip/examples/
H A Dextract.php6 $zip = new ZipArchive(); variable
H A DextractAll.php2 $zip = new ZipArchive(); variable
H A Dcreate.php8 $zip = new ZipArchive(); variable
H A Doldapi.php3 $zip = zip_open('examples/test1.zip'); variable
/PHP-5.6/ext/zip/
H A Dphp_zip.c1292 zval * zip; in PHP_NAMED_FUNCTION() local
1353 zval * zip; in PHP_NAMED_FUNCTION() local
3041 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument
3156 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument
3168 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument

Completed in 30 milliseconds