Home
last modified time | relevance | path

Searched defs:za (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/zip/
H A Dzip_stream.c37 struct zip *za; member
131 struct zip *za; in php_zip_ops_stat() local
274 struct zip *za; in php_stream_zip_opener() local
H A Dphp_zip.h41 struct zip *za; member
58 struct zip *za; member
H A Dphp_zip.c62 #define PHP_ZIP_STAT_INDEX(za, index, flags, sb) \ argument
69 #define PHP_ZIP_STAT_PATH(za, path, path_len, flags, sb) \ argument
80 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ argument
136 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file()
281 static int php_zip_add_file(struct zip *za, const char *filename, size_t filename_len, in php_zip_add_file()
413 static zend_long php_zip_status(struct zip *za) /* {{{ */ in php_zip_status()
431 static zend_long php_zip_status_sys(struct zip *za) /* {{{ */ in php_zip_status_sys()
449 static zend_long php_zip_get_num_files(struct zip *za) /* {{{ */ in php_zip_get_num_files()
470 static char * php_zipobj_get_zip_comment(struct zip *za, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
/PHP-7.4/ext/zip/examples/
H A Ddir.php6 $za = new ZipArchive(); variable

Completed in 66 milliseconds