Home
last modified time | relevance | path

Searched refs:zip_entry (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/zip/examples/
H A Doldapi.php8 while ($zip_entry = zip_read($zip)) { variable
9 var_dump($zip_entry);
10 $txt = zip_entry_read($zip_entry, 10);
11 echo $i . ": " . $txt . "size: " . zip_entry_filesize($zip_entry) .
12 "comp_method: " . zip_entry_compressionmethod($zip_entry) .
16 var_dump($zip_entry);
/PHP-5.5/ext/zip/lib/
H A Dzip_entry_new.c42 struct zip_entry *
45 struct zip_entry *ze; in _zip_entry_new()
47 ze = (struct zip_entry *)malloc(sizeof(struct zip_entry)); in _zip_entry_new()
54 struct zip_entry *rentries; in _zip_entry_new()
56 rentries = (struct zip_entry *)realloc(za->entry, in _zip_entry_new()
57 sizeof(struct zip_entry) in _zip_entry_new()
H A Dzipint.h199 struct zip_entry *entry; /* entries */
264 struct zip_entry { struct
303 void _zip_entry_free(struct zip_entry *);
305 struct zip_entry *_zip_entry_new(struct zip *);
342 void _zip_unchange_data(struct zip_entry *);
H A Dzip_unchange_data.c43 _zip_unchange_data(struct zip_entry *ze) in _zip_unchange_data()
H A Dzip_entry_free.c43 _zip_entry_free(struct zip_entry *ze) in _zip_entry_free()
H A Dzip_open.c128 if ((za->entry=(struct zip_entry *)malloc(sizeof(*(za->entry)) in _zip_open()
/PHP-5.5/ext/zip/
H A Dphp_zip.c741 ZEND_ARG_INFO(0, zip_entry)
750 ZEND_ARG_INFO(0, zip_entry)
755 ZEND_ARG_INFO(0, zip_entry)
759 ZEND_ARG_INFO(0, zip_entry)
763 ZEND_ARG_INFO(0, zip_entry)
767 ZEND_ARG_INFO(0, zip_entry)
1324 zval * zip_entry; in PHP_NAMED_FUNCTION() local
1349 zval * zip_entry; in PHP_NAMED_FUNCTION() local
1358 RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(zip_entry))); in PHP_NAMED_FUNCTION()
1366 zval * zip_entry; in PHP_NAMED_FUNCTION() local
[all …]

Completed in 28 milliseconds