Lines Matching refs:ze_zip_object

283 static int php_zip_add_file(ze_zip_object *obj, const char *filename, size_t filename_len,  in php_zip_add_file()
469 ze_zip_object *obj = Z_ZIP_P(object); \
507 static zend_long php_zip_status(ze_zip_object *obj) /* {{{ */ in php_zip_status()
528 static zend_long php_zip_last_id(ze_zip_object *obj) /* {{{ */ in php_zip_last_id()
534 static zend_long php_zip_status_sys(ze_zip_object *obj) /* {{{ */ in php_zip_status_sys()
555 static zend_long php_zip_get_num_files(ze_zip_object *obj) /* {{{ */ in php_zip_get_num_files()
565 static char * php_zipobj_get_filename(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_filename()
575 static char * php_zipobj_get_zip_comment(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
831 typedef zend_long (*zip_read_int_t)(ze_zip_object *obj);
832 typedef char *(*zip_read_const_char_t)(ze_zip_object *obj, int *len);
856 static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval *rv) /* {{{ */ in php_zip_property_reader()
889 ze_zip_object *obj; in php_zip_get_property_ptr_ptr()
910 ze_zip_object *obj; in php_zip_write_property()
929 ze_zip_object *obj; in php_zip_read_property()
954 ze_zip_object *obj; in php_zip_has_property()
996 ze_zip_object *obj; in php_zip_get_properties()
1024 ze_zip_object *obj = ptr; in _php_zip_progress_callback_free()
1036 ze_zip_object *obj = ptr; in _php_zip_cancel_callback_free()
1047 ze_zip_object * intern = php_zip_fetch_object(object); in php_zip_object_free_storage()
1088 ze_zip_object *intern; in php_zip_object_new()
1090 intern = zend_object_alloc(sizeof(ze_zip_object), class_type); in php_zip_object_new()
1453 ze_zip_object *ze_obj;
1552 ze_zip_object *ze_obj;
1623 ze_zip_object *ze_obj;
1647 ze_zip_object *ze_obj;
1766 ze_zip_object *ze_obj;
1927 ze_zip_object *ze_obj;
3019 ze_zip_object *obj = ptr;
3035 ze_zip_object *obj;
3064 ze_zip_object *obj = ptr;
3081 ze_zip_object *obj;
3140 zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);