Searched refs:deflate_context_object_handlers (Results 1 – 1 of 1) sorted by relevance
90 static zend_object_handlers deflate_context_object_handlers; variable103 intern->std.handlers = &deflate_context_object_handlers; in deflate_context_create_object()1363 memcpy(&deflate_context_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_INI_END()1364 deflate_context_object_handlers.offset = XtOffsetOf(php_zlib_context, std); in PHP_INI_END()1365 deflate_context_object_handlers.free_obj = deflate_context_free_obj; in PHP_INI_END()1366 deflate_context_object_handlers.get_constructor = deflate_context_get_constructor; in PHP_INI_END()1367 deflate_context_object_handlers.clone_obj = NULL; in PHP_INI_END()1368 deflate_context_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()
Completed in 7 milliseconds