Lines Matching refs:ze_zip_object

276 static int php_zip_add_file(ze_zip_object *obj, const char *filename, size_t filename_len,  in php_zip_add_file()
459 ze_zip_object *obj = Z_ZIP_P(object); \
497 static zend_long php_zip_status(ze_zip_object *obj) /* {{{ */ in php_zip_status()
518 static zend_long php_zip_last_id(ze_zip_object *obj) /* {{{ */ in php_zip_last_id()
524 static zend_long php_zip_status_sys(ze_zip_object *obj) /* {{{ */ in php_zip_status_sys()
545 static zend_long php_zip_get_num_files(ze_zip_object *obj) /* {{{ */ in php_zip_get_num_files()
555 static char * php_zipobj_get_filename(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_filename()
565 static char * php_zipobj_get_zip_comment(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
821 typedef zend_long (*zip_read_int_t)(ze_zip_object *obj);
822 typedef char *(*zip_read_const_char_t)(ze_zip_object *obj, int *len);
851 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()
908 ze_zip_object *obj; in php_zip_read_property()
933 ze_zip_object *obj; in php_zip_has_property()
975 ze_zip_object *obj; in php_zip_get_properties()
1003 ze_zip_object *obj = ptr; in _php_zip_progress_callback_free()
1015 ze_zip_object *obj = ptr; in _php_zip_cancel_callback_free()
1026 ze_zip_object * intern = php_zip_fetch_object(object); in php_zip_object_free_storage()
1067 ze_zip_object *intern; in php_zip_object_new()
1069 intern = zend_object_alloc(sizeof(ze_zip_object), class_type); in php_zip_object_new()
1433 ze_zip_object *ze_obj;
1532 ze_zip_object *ze_obj;
1607 ze_zip_object *ze_obj;
1726 ze_zip_object *ze_obj;
1887 ze_zip_object *ze_obj;
2911 ze_zip_object *obj = ptr;
2927 ze_zip_object *obj;
2956 ze_zip_object *obj = ptr;
2973 ze_zip_object *obj;
3034 zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);