Home
last modified time | relevance | path

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

/PHP-8.2/ext/zlib/
H A Dzlib.c89 static zend_object_handlers deflate_context_object_handlers; variable
102 intern->std.handlers = &deflate_context_object_handlers; in deflate_context_create_object()
1354 memcpy(&deflate_context_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_INI_END()
1355 deflate_context_object_handlers.offset = XtOffsetOf(php_zlib_context, std); in PHP_INI_END()
1356 deflate_context_object_handlers.free_obj = deflate_context_free_obj; in PHP_INI_END()
1357 deflate_context_object_handlers.get_constructor = deflate_context_get_constructor; in PHP_INI_END()
1358 deflate_context_object_handlers.clone_obj = NULL; in PHP_INI_END()
1359 deflate_context_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()

Completed in 7 milliseconds