Home
last modified time | relevance | path

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

/PHP-8.2/ext/zlib/
H A Dzlib.c52 static inline php_zlib_context *inflate_context_from_obj(zend_object *obj) { in inflate_context_from_obj() function
56 #define Z_INFLATE_CONTEXT_P(zv) inflate_context_from_obj(Z_OBJ_P(zv))
74 php_zlib_context *intern = inflate_context_from_obj(object); in inflate_context_free_obj()

Completed in 8 milliseconds