Searched refs:zip_entry (Results 1 – 16 of 16) sorted by relevance
8 while ($zip_entry = zip_read($zip)) { variable9 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);
50 struct zip_entry *rentries; in _zip_add_entry()53 rentries = (struct zip_entry *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc); in _zip_add_entry()
39 _zip_entry_finalize(struct zip_entry *e) in _zip_entry_finalize()49 _zip_entry_init(struct zip_entry *e) in _zip_entry_init()
288 struct zip_entry *entry; /* entries */340 struct zip_entry *entry; /* directory entries */372 struct zip_entry { struct447 void _zip_entry_finalize(struct zip_entry *);448 void _zip_entry_init(struct zip_entry *);506 void _zip_unchange_data(struct zip_entry *);
39 _zip_unchange_data(struct zip_entry *ze) in _zip_unchange_data()
44 struct zip_entry *e; in zip_set_file_compression()
39 struct zip_entry *e; in zip_file_set_external_attributes()
46 struct zip_entry *e; in zip_file_set_comment()
46 struct zip_entry *e; in _zip_set_name()
72 struct zip_entry *entry; in _zip_cdir_grow()83 if ((entry=((struct zip_entry *) in _zip_cdir_grow()113 …else if (nentry > ((size_t)-1)/sizeof(*(cd->entry)) || (cd->entry=(struct zip_entry *)malloc(sizeo… in _zip_cdir_new()150 struct zip_entry *entry = za->entry+filelist[i].idx; in _zip_cdir_write()
324 struct zip_entry *e; in _zip_read_local_ef()
342 struct zip_entry *e; in _zip_file_extra_field_prepare_for_change()
165 struct zip_entry *entry; in zip_close()
751 ZEND_ARG_INFO(0, zip_entry)760 ZEND_ARG_INFO(0, zip_entry)765 ZEND_ARG_INFO(0, zip_entry)769 ZEND_ARG_INFO(0, zip_entry)773 ZEND_ARG_INFO(0, zip_entry)777 ZEND_ARG_INFO(0, zip_entry)1354 zval * zip_entry; in PHP_NAMED_FUNCTION() local1379 zval * zip_entry; in PHP_NAMED_FUNCTION() local1388 RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(zip_entry))); in PHP_NAMED_FUNCTION()1396 zval * zip_entry; in PHP_NAMED_FUNCTION() local[all …]
14 zip_close.c zip_delete.c zip_dir_add.c zip_dirent.c zip_discard.c zip_entry.c\
109 …/zip_close.c lib/zip_delete.c lib/zip_dir_add.c lib/zip_dirent.c lib/zip_discard.c lib/zip_entry.c\
Completed in 36 milliseconds