Home
last modified time | relevance | path

Searched refs:php_zip_fetch_object (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/zip/
H A Dphp_zip.h77 static inline ze_zip_object *php_zip_fetch_object(zend_object *obj) { in php_zip_fetch_object() function
81 #define Z_ZIP_P(zv) php_zip_fetch_object(Z_OBJ_P((zv)))
H A Dphp_zip.c877 obj = php_zip_fetch_object(object); in php_zip_get_property_ptr_ptr()
897 obj = php_zip_fetch_object(object); in php_zip_write_property()
917 obj = php_zip_fetch_object(object); in php_zip_read_property()
942 obj = php_zip_fetch_object(object); in php_zip_has_property()
985 obj = php_zip_fetch_object(object); in php_zip_get_properties()
1031 ze_zip_object * intern = php_zip_fetch_object(object); in php_zip_object_free_storage()

Completed in 22 milliseconds