Home
last modified time | relevance | path

Searched refs:zip (Results 201 – 225 of 258) sorted by relevance

1234567891011

/PHP-5.5/ext/zip/lib/
H A Dzip_fopen_encrypted.c41 zip_fopen_encrypted(struct zip *za, const char *fname, int flags, in zip_fopen_encrypted()
H A Dzip_unchange_all.c43 zip_unchange_all(struct zip *za) in zip_unchange_all()
H A Dzip_add.c48 zip_add(struct zip *za, const char *name, struct zip_source *source) in zip_add()
H A Dzip_set_default_password.c44 zip_set_default_password(struct zip *za, const char *passwd) in zip_set_default_password()
H A Dzip_delete.c41 zip_delete(struct zip *za, zip_uint64_t idx) in zip_delete()
H A Dzip_source_file.c44 zip_source_file(struct zip *za, const char *fname, zip_uint64_t start, in zip_source_file()
H A Dzip_source_layered.c43 zip_source_layered(struct zip *za, struct zip_source *src, in zip_source_layered()
H A Dzip_fdopen.c40 ZIP_EXTERN(struct zip *)
H A Dzip_get_archive_comment.c41 zip_get_archive_comment(struct zip *za, int *lenp, int flags) in zip_get_archive_comment()
H A Dzip_file_get_offset.c54 _zip_file_get_offset(struct zip *za, int idx) in _zip_file_get_offset()
H A Dzip_set_archive_flag.c41 zip_set_archive_flag(struct zip *za, int flag, int value) in zip_set_archive_flag()
H A Dzip_set_archive_comment.c43 zip_set_archive_comment(struct zip *za, const char *comment, int len) in zip_set_archive_comment()
H A Dzip_get_file_comment.c41 zip_get_file_comment(struct zip *za, zip_uint64_t idx, int *lenp, int flags) in zip_get_file_comment()
H A Dzip_get_file_extra.c41 zip_get_file_extra(struct zip *za, zip_uint64_t idx, int *lenp, int flags) in zip_get_file_extra()
H A Dzip_rename.c43 zip_rename(struct zip *za, zip_uint64_t idx, const char *name) in zip_rename()
H A Dzip_set_file_comment.c43 zip_set_file_comment(struct zip *za, zip_uint64_t idx, in zip_set_file_comment()
H A Dzip_set_file_extra.c43 zip_set_file_extra(struct zip *za, zip_uint64_t idx, in zip_set_file_extra()
H A Dzip_set_name.c44 _zip_set_name(struct zip *za, zip_uint64_t idx, const char *name) in _zip_set_name()
/PHP-5.5/ext/zip/
H A DTODO3 - crypt support for zip (read and write)
H A Dzip_stream.c20 struct zip *za;
108 struct zip *za; in php_zip_ops_stat()
195 struct zip *stream_za; in php_stream_zip_open()
250 struct zip *za; in php_stream_zip_opener()
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt2 Phar::startBuffering()/setStub()/stopBuffering() zip-based
12 $p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.zip', 0, 'brandnewphar.phar');
48 unlink(dirname(__FILE__) . '/brandnewphar.phar.zip');
/PHP-5.5/ext/phar/tests/
H A Dbug71354.phpt2 Phar: bug #71354: Heap corruption in tar/zip/phar parser.
H A Dbug70019.phpt8 $phar = new PharData(__DIR__."/bug70019.zip");
/PHP-5.5/ext/zip/tests/
H A Doo_ext_zip.phpt6 if(!extension_loaded('zip')) die('skip');
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt71 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 g…
77 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 g…

Completed in 36 milliseconds

1234567891011