Searched refs:inflate_context_from_obj (Results 1 – 1 of 1) sorted by relevance
53 static inline php_zlib_context *inflate_context_from_obj(zend_object *obj) { in inflate_context_from_obj() function57 #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 6 milliseconds