Home
last modified time | relevance | path

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

/PHP-8.0/ext/zlib/
H A Dzlib.c53 static inline php_zlib_context *inflate_context_from_obj(zend_object *obj) { in inflate_context_from_obj() function
57 #define Z_INFLATE_CONTEXT_P(zv) inflate_context_from_obj(Z_OBJ_P(zv))
76 php_zlib_context *intern = inflate_context_from_obj(object); in inflate_context_free_obj()

Completed in 7 milliseconds