Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_observer.c109 zend_llist_destroy(&zend_observers_fcall_list); in zend_observer_shutdown()
110 zend_llist_destroy(&zend_observer_function_declared_callbacks); in zend_observer_shutdown()
111 zend_llist_destroy(&zend_observer_class_linked_callbacks); in zend_observer_shutdown()
112 zend_llist_destroy(&zend_observer_error_callbacks); in zend_observer_shutdown()
113 zend_llist_destroy(&zend_observer_fiber_init); in zend_observer_shutdown()
114 zend_llist_destroy(&zend_observer_fiber_switch); in zend_observer_shutdown()
115 zend_llist_destroy(&zend_observer_fiber_destroy); in zend_observer_shutdown()
H A Dzend_llist.h52 ZEND_API void zend_llist_destroy(zend_llist *l);
H A Dzend_llist.c102 ZEND_API void zend_llist_destroy(zend_llist *l) in zend_llist_destroy() function
123 zend_llist_destroy(l); in zend_llist_clean()
H A Dzend_stream.c287 zend_llist_destroy(&CG(open_files)); in zend_stream_shutdown()
H A Dzend_extensions.c223 zend_llist_destroy(&zend_extensions); in zend_shutdown_extensions()
/PHP-8.3/main/
H A Dphp_ticks.c39 zend_llist_destroy(&core_globals->tick_functions); in php_shutdown_ticks()
H A Dphp_ini.c715 zend_llist_destroy(&scanned_ini_list); in php_init_config()
753 zend_llist_destroy(&extension_lists.engine); in php_ini_register_extensions()
754 zend_llist_destroy(&extension_lists.functions); in php_ini_register_extensions()
H A DSAPI.c496 zend_llist_destroy(&SG(sapi_headers).headers); in sapi_deactivate_module()
H A Drfc1867.c1269 zend_llist_destroy(&header);
/PHP-8.3/ext/sockets/
H A Dconversions.c211 zend_llist_destroy(*allocations); in allocations_dispose()
1508 zend_llist_destroy(&ctx.allocations); /* deallocates structure as well */ in from_zval_run_conversions()
1516 zend_llist_destroy(&ctx.keys); in from_zval_run_conversions()
1553 zend_llist_destroy(&ctx.keys); in to_zval_run_conversions()
/PHP-8.3/ext/libxml/
H A Dlibxml.c1028 zend_llist_destroy(LIBXML(error_list)); in php_libxml_post_deactivate()
1091 zend_llist_destroy(LIBXML(error_list)); in PHP_FUNCTION()
/PHP-8.3/sapi/cli/
H A Dphp_cli.c226 zend_llist_destroy(&sorted_exts); in print_extensions()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c234 zend_llist_destroy(&sorted_exts); in print_extensions()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c284 zend_llist_destroy(&sorted_exts); in print_extensions()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c482 zend_llist_destroy(BG(user_tick_functions)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-8.3/main/streams/
H A Dstreams.c237 zend_llist_destroy(list); in wrapper_list_dtor()

Completed in 63 milliseconds