Home
last modified time | relevance | path

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

/php-src/ext/zlib/
H A Dzlib.c90 static inline php_zlib_context *deflate_context_from_obj(zend_object *obj) { in deflate_context_from_obj() function
94 #define Z_DEFLATE_CONTEXT_P(zv) deflate_context_from_obj(Z_OBJ_P(zv))
112 php_zlib_context *intern = deflate_context_from_obj(object); in deflate_context_free_obj()

Completed in 7 milliseconds