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()
457 ze_zip_object *obj = Z_ZIP_P(object); \
495 static zend_long php_zip_status(ze_zip_object *obj) /* {{{ */ in php_zip_status()
516 static zend_long php_zip_last_id(ze_zip_object *obj) /* {{{ */ in php_zip_last_id()
522 static zend_long php_zip_status_sys(ze_zip_object *obj) /* {{{ */ in php_zip_status_sys()
543 static zend_long php_zip_get_num_files(ze_zip_object *obj) /* {{{ */ in php_zip_get_num_files()
553 static char * php_zipobj_get_filename(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_filename()
563 static char * php_zipobj_get_zip_comment(ze_zip_object *obj, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
819 typedef zend_long (*zip_read_int_t)(ze_zip_object *obj);
820 typedef char *(*zip_read_const_char_t)(ze_zip_object *obj, int *len);
844 static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval *rv) /* {{{ */ in php_zip_property_reader()
877 ze_zip_object *obj; in php_zip_get_property_ptr_ptr()
898 ze_zip_object *obj; in php_zip_write_property()
917 ze_zip_object *obj; in php_zip_read_property()
942 ze_zip_object *obj; in php_zip_has_property()
984 ze_zip_object *obj; in php_zip_get_properties()
1012 ze_zip_object *obj = ptr; in _php_zip_progress_callback_free()
1024 ze_zip_object *obj = ptr; in _php_zip_cancel_callback_free()
1035 ze_zip_object * intern = php_zip_fetch_object(object); in php_zip_object_free_storage()
1076 ze_zip_object *intern; in php_zip_object_new()
1078 intern = zend_object_alloc(sizeof(ze_zip_object), class_type); in php_zip_object_new()
1442 ze_zip_object *ze_obj;
1541 ze_zip_object *ze_obj;
1616 ze_zip_object *ze_obj;
1735 ze_zip_object *ze_obj;
1896 ze_zip_object *ze_obj;
2920 ze_zip_object *obj = ptr;
2936 ze_zip_object *obj;
2965 ze_zip_object *obj = ptr;
2982 ze_zip_object *obj;
3041 zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);