zip_entry          50 ext/zip/lib/zip_add_entry.c 	struct zip_entry *rentries;
zip_entry          53 ext/zip/lib/zip_add_entry.c 	rentries = (struct zip_entry *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc);
zip_entry         165 ext/zip/lib/zip_close.c 	struct zip_entry *entry;
zip_entry          72 ext/zip/lib/zip_dirent.c     struct zip_entry *entry;
zip_entry          83 ext/zip/lib/zip_dirent.c     if ((entry=((struct zip_entry *)
zip_entry         113 ext/zip/lib/zip_dirent.c     else if (nentry > ((size_t)-1)/sizeof(*(cd->entry)) || (cd->entry=(struct zip_entry *)malloc(sizeof(*(cd->entry))*(size_t)nentry)) == NULL) {
zip_entry         150 ext/zip/lib/zip_dirent.c 	struct zip_entry *entry = za->entry+filelist[i].idx;
zip_entry          39 ext/zip/lib/zip_entry.c _zip_entry_finalize(struct zip_entry *e)
zip_entry          49 ext/zip/lib/zip_entry.c _zip_entry_init(struct zip_entry *e)
zip_entry         324 ext/zip/lib/zip_extra_field.c     struct zip_entry *e;
zip_entry         342 ext/zip/lib/zip_extra_field_api.c     struct zip_entry *e;
zip_entry          46 ext/zip/lib/zip_file_set_comment.c     struct zip_entry *e;
zip_entry          39 ext/zip/lib/zip_file_set_external_attributes.c     struct zip_entry *e;
zip_entry          44 ext/zip/lib/zip_set_file_compression.c     struct zip_entry *e;
zip_entry          46 ext/zip/lib/zip_set_name.c     struct zip_entry *e;
zip_entry          39 ext/zip/lib/zip_unchange_data.c _zip_unchange_data(struct zip_entry *ze)
zip_entry         288 ext/zip/lib/zipint.h     struct zip_entry *entry;		/* entries */
zip_entry         340 ext/zip/lib/zipint.h     struct zip_entry *entry;	 		/* directory entries */
zip_entry         447 ext/zip/lib/zipint.h void _zip_entry_finalize(struct zip_entry *);
zip_entry         448 ext/zip/lib/zipint.h void _zip_entry_init(struct zip_entry *);
zip_entry         506 ext/zip/lib/zipint.h void _zip_unchange_data(struct zip_entry *);
zip_entry         751 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip_entry)
zip_entry         760 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip_entry)
zip_entry         765 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip_entry)
zip_entry         769 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip_entry)
zip_entry         773 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip_entry)
zip_entry         777 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, zip_entry)
zip_entry        1346 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1352 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|s", &zip, &zip_entry, &mode, &mode_len) == FAILURE) {
zip_entry        1356 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1371 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1374 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zip_entry) == FAILURE) {
zip_entry        1378 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1380 ext/zip/php_zip.c 	RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(zip_entry)));
zip_entry        1388 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1394 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &zip_entry, &len) == FAILURE) {
zip_entry        1398 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);
zip_entry        1422 ext/zip/php_zip.c 	zval * zip_entry;
zip_entry        1425 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zip_entry) == FAILURE) {
zip_entry        1429 ext/zip/php_zip.c 	ZEND_FETCH_RESOURCE(zr_rsrc, zip_read_rsrc *, &zip_entry, -1, le_zip_entry_name, le_zip_entry);