Home
last modified time | relevance | path

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

/php-src/ext/zlib/
H A Dzlib.c51 static inline php_zlib_context *inflate_context_from_obj(zend_object *obj) { in inflate_context_from_obj() function
55 #define Z_INFLATE_CONTEXT_P(zv) inflate_context_from_obj(Z_OBJ_P(zv))
73 php_zlib_context *intern = inflate_context_from_obj(object); in inflate_context_free_obj()

Completed in 8 milliseconds