Lines Matching refs:ze_zip_object

282 static int php_zip_add_file(ze_zip_object *obj, const char *filename, size_t filename_len,  in php_zip_add_file()
468 ze_zip_object *obj = Z_ZIP_P(object); \
506 static zend_long php_zip_status(ze_zip_object *obj) /* {{{ */ in php_zip_status()
527 static zend_long php_zip_last_id(ze_zip_object *obj) /* {{{ */ in php_zip_last_id()
533 static zend_long php_zip_status_sys(ze_zip_object *obj) /* {{{ */ in php_zip_status_sys()
554 static zend_long php_zip_get_num_files(ze_zip_object *obj) /* {{{ */ in php_zip_get_num_files()
564 static char * php_zipobj_get_filename(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_filename()
574 static char * php_zipobj_get_zip_comment(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
830 typedef zend_long (*zip_read_int_t)(ze_zip_object *obj);
831 typedef char *(*zip_read_const_char_t)(ze_zip_object *obj, int *len);
855 static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval *rv) /* {{{ */ in php_zip_property_reader()
888 ze_zip_object *obj; in php_zip_get_property_ptr_ptr()
909 ze_zip_object *obj; in php_zip_write_property()
928 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()
1459 ze_zip_object *ze_obj;
1558 ze_zip_object *ze_obj;
1629 ze_zip_object *ze_obj;
1653 ze_zip_object *ze_obj;
1772 ze_zip_object *ze_obj;
1933 ze_zip_object *ze_obj;
3025 ze_zip_object *obj = ptr;
3041 ze_zip_object *obj;
3070 ze_zip_object *obj = ptr;
3087 ze_zip_object *obj;
3146 zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);