Home
last modified time | relevance | path

Searched refs:zip (Results 226 – 250 of 258) sorted by relevance

1234567891011

/PHP-5.5/ext/zip/lib/
H A Dzip_add_dir.c46 zip_add_dir(struct zip *za, const char *name) in zip_add_dir()
H A Dzip_entry_new.c43 _zip_entry_new(struct zip *za) in _zip_entry_new()
H A Dzip_free.c47 _zip_free(struct zip *za) in _zip_free()
H A Dzip_source_zip.c54 zip_source_zip(struct zip *za, struct zip *srcza, zip_uint64_t srcidx, in zip_source_zip()
H A Dzip_source_filep.c62 zip_source_filep(struct zip *za, FILE *file, zip_uint64_t start, in zip_source_filep()
79 _zip_source_file_or_p(struct zip *za, const char *fname, FILE *file, in _zip_source_file_or_p()
H A Dzip_stat_index.c41 zip_stat_index(struct zip *za, zip_uint64_t index, int flags, in zip_stat_index()
H A Dzip_source_crc.c55 zip_source_crc(struct zip *za, struct zip_source *src, int validate) in zip_source_crc()
H A Dzip_source_buffer.c52 zip_source_buffer(struct zip *za, const void *data, zip_uint64_t len, int freep) in zip_source_buffer()
H A Dzip_source_pkware.c68 zip_source_pkware(struct zip *za, struct zip_source *src, in zip_source_pkware()
H A Dzip_source_deflate.c64 zip_source_deflate(struct zip *za, struct zip_source *src, in zip_source_deflate()
/PHP-5.5/ext/zip/tests/
H A Dbug38943.phpt5 if(!extension_loaded('zip')) die('skip');
H A Dbug53854.phpt5 if(!extension_loaded('zip')) die('skip');
/PHP-5.5/ext/phar/
H A DTODO85 X don't automatically add a stub to .zip or .tar files [Steph]
86 X don't allow a stub or alias to be added to a .zip/.tar that does not have
88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]
93 X implement initial support for simple zip/tar archives (PharData) [Steph]
99 X zip support [Greg]
H A Dconfig.m48 …PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_ob…
H A Dconfig.w3212 …rstream.c func_interceptors.c phar.c phar_object.c phar_path_check.c stream.c tar.c util.c zip.c");
/PHP-5.5/travis/
H A Dcompile.sh31 --enable-zip \
/PHP-5.5/ext/standard/tests/strings/
H A Dbug72434.phpt5 if(!class_exists('zip')) die('ZipArchive');
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_nostub.phpt46 …_004.phar.tar' is not a phar archive. Use PharData::__construct() for a standard zip or tar archive
/PHP-5.5/ext/phar/tests/zip/
H A Dodt.phpt2 Phar: test a zip archive created by openoffice
/PHP-5.5/
H A DMakefile.gcov60 …_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite ext/xmlrpc/libxmlrpc ext/zip/lib; do \
H A DREADME.REDIST.BINS14 14. libzip ext/zip
311 14. libzip ext/zip
312 zip.h -- exported declarations.
H A D.gitattributes18 ext/zip/php_zip.c ident
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc2 // this corrupt zip maker uses portions of Vincent Lascaux's File_Archive to create
3 // specifically corrupted zip archives for unit-testing zip support in the phar extension
45 * @var string Optionnal comment to add to the zip
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt19 $c = new PharData(dirname(__FILE__) . '/whatever.zip');
/PHP-5.5/ext/oci8/
H A Dconfig.m4302 dnl Header directory for Instant Client SDK zip file install

Completed in 52 milliseconds

1234567891011