zip               292 ext/zip/lib/zip.h struct zip;
zip               296 ext/zip/lib/zip.h typedef struct zip zip_t;
zip                49 ext/zip/lib/zip_new.c     za = (zip_t *)malloc(sizeof(struct zip));
zip               135 ext/zip/php_zip.c static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len)
zip               278 ext/zip/php_zip.c static int php_zip_add_file(struct zip *za, const char *filename, size_t filename_len,
zip               395 ext/zip/php_zip.c static int php_zip_status(struct zip *za) /* {{{ */
zip               413 ext/zip/php_zip.c static int php_zip_status_sys(struct zip *za) /* {{{ */
zip               431 ext/zip/php_zip.c static int php_zip_get_num_files(struct zip *za) /* {{{ */
zip               451 ext/zip/php_zip.c static char * php_zipobj_get_zip_comment(struct zip *za, int *len) /* {{{ */
zip               702 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip)
zip               706 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip)
zip               767 ext/zip/php_zip.c typedef int (*zip_read_int_t)(struct zip *za);
zip               768 ext/zip/php_zip.c typedef char *(*zip_read_const_char_t)(struct zip *za, int *len);
zip              1077 ext/zip/php_zip.c static PHP_MINIT_FUNCTION(zip);
zip              1078 ext/zip/php_zip.c static PHP_MSHUTDOWN_FUNCTION(zip);
zip              1079 ext/zip/php_zip.c static PHP_MINFO_FUNCTION(zip);
zip              1088 ext/zip/php_zip.c 	PHP_MINIT(zip),
zip              1089 ext/zip/php_zip.c 	PHP_MSHUTDOWN(zip),
zip              1092 ext/zip/php_zip.c 	PHP_MINFO(zip),
zip              1099 ext/zip/php_zip.c ZEND_GET_MODULE(zip)
zip              1148 ext/zip/php_zip.c 	zval * zip;
zip              1151 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &zip) == FAILURE) {
zip              1155 ext/zip/php_zip.c 	if ((z_rsrc = (zip_rsrc *)zend_fetch_resource(Z_RES_P(zip), le_zip_dir_name, le_zip_dir)) == NULL) {
zip              1160 ext/zip/php_zip.c 	zend_list_close(Z_RES_P(zip));
zip              1215 ext/zip/php_zip.c 	zval * zip;
zip              1222 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rr|s", &zip, &zip_entry, &mode, &mode_len) == FAILURE) {
zip              1230 ext/zip/php_zip.c 	if ((z_rsrc = (zip_rsrc *)zend_fetch_resource(Z_RES_P(zip), le_zip_dir_name, le_zip_dir)) == NULL) {
zip              1402 ext/zip/php_zip.c 	struct zip *intern;
zip              1462 ext/zip/php_zip.c 	struct zip *intern;
zip              1494 ext/zip/php_zip.c 	struct zip *intern;
zip              1529 ext/zip/php_zip.c 	struct zip *intern;
zip              1561 ext/zip/php_zip.c 	struct zip *intern;
zip              1612 ext/zip/php_zip.c 	struct zip *intern;
zip              1737 ext/zip/php_zip.c 	struct zip *intern;
zip              1777 ext/zip/php_zip.c 	struct zip *intern;
zip              1839 ext/zip/php_zip.c 	struct zip *intern;
zip              1865 ext/zip/php_zip.c 	struct zip *intern;
zip              1893 ext/zip/php_zip.c 	struct zip *intern;
zip              1927 ext/zip/php_zip.c 	struct zip *intern;
zip              1957 ext/zip/php_zip.c 	struct zip *intern;
zip              1983 ext/zip/php_zip.c 	struct zip *intern;
zip              2011 ext/zip/php_zip.c 	struct zip *intern;
zip              2044 ext/zip/php_zip.c 	struct zip *intern;
zip              2074 ext/zip/php_zip.c 	struct zip *intern;
zip              2112 ext/zip/php_zip.c 	struct zip *intern;
zip              2141 ext/zip/php_zip.c 	struct zip *intern;
zip              2185 ext/zip/php_zip.c 	struct zip *intern;
zip              2221 ext/zip/php_zip.c 	struct zip *intern;
zip              2259 ext/zip/php_zip.c 	struct zip *intern;
zip              2287 ext/zip/php_zip.c 	struct zip *intern;
zip              2326 ext/zip/php_zip.c 	struct zip *intern;
zip              2354 ext/zip/php_zip.c 	struct zip *intern;
zip              2384 ext/zip/php_zip.c 	struct zip *intern;
zip              2415 ext/zip/php_zip.c 	struct zip *intern;
zip              2451 ext/zip/php_zip.c 	struct zip *intern;
zip              2485 ext/zip/php_zip.c 	struct zip *intern;
zip              2515 ext/zip/php_zip.c 	struct zip *intern;
zip              2549 ext/zip/php_zip.c 	struct zip *intern;
zip              2570 ext/zip/php_zip.c 	struct zip *intern;
zip              2596 ext/zip/php_zip.c 	struct zip *intern;
zip              2681 ext/zip/php_zip.c 	struct zip *intern;
zip              2765 ext/zip/php_zip.c 	struct zip *intern;
zip              3007 ext/zip/php_zip.c static PHP_MINIT_FUNCTION(zip)
zip              3121 ext/zip/php_zip.c static PHP_MSHUTDOWN_FUNCTION(zip)
zip              3131 ext/zip/php_zip.c static PHP_MINFO_FUNCTION(zip)
zip                60 ext/zip/php_zip.h 	struct zip *za;
zip                77 ext/zip/php_zip.h 	struct zip *za;
zip                35 ext/zip/zip_stream.c 	struct zip *za;
zip               129 ext/zip/zip_stream.c 	struct zip *za;
zip               218 ext/zip/zip_stream.c 	struct zip *stream_za;
zip               272 ext/zip/zip_stream.c 	struct zip *za;