Home
last modified time | relevance | path

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

/PHP-8.2/ext/zlib/
H A Dzlib.c91 static inline php_zlib_context *deflate_context_from_obj(zend_object *obj) { in deflate_context_from_obj() function
95 #define Z_DEFLATE_CONTEXT_P(zv) deflate_context_from_obj(Z_OBJ_P(zv))
114 php_zlib_context *intern = deflate_context_from_obj(object); in deflate_context_free_obj()

Completed in 6 milliseconds