Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_observer.c115 zend_llist_destroy(&zend_observers_fcall_list); in zend_observer_shutdown()
116 zend_llist_destroy(&zend_observer_function_declared_callbacks); in zend_observer_shutdown()
117 zend_llist_destroy(&zend_observer_class_linked_callbacks); in zend_observer_shutdown()
118 zend_llist_destroy(&zend_observer_error_callbacks); in zend_observer_shutdown()
119 zend_llist_destroy(&zend_observer_fiber_init); in zend_observer_shutdown()
120 zend_llist_destroy(&zend_observer_fiber_switch); in zend_observer_shutdown()
121 zend_llist_destroy(&zend_observer_fiber_destroy); in zend_observer_shutdown()
H A Dzend_llist.h54 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.c225 zend_llist_destroy(&zend_extensions); in zend_shutdown_extensions()
/php-src/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.c1271 zend_llist_destroy(&header);
/php-src/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-src/ext/libxml/
H A Dlibxml.c1021 zend_llist_destroy(LIBXML(error_list)); in php_libxml_post_deactivate()
1084 zend_llist_destroy(LIBXML(error_list)); in PHP_FUNCTION()
/php-src/sapi/cli/
H A Dphp_cli.c226 zend_llist_destroy(&sorted_exts); in print_extensions()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c231 zend_llist_destroy(&sorted_exts); in print_extensions()
/php-src/sapi/cgi/
H A Dcgi_main.c284 zend_llist_destroy(&sorted_exts); in print_extensions()
/php-src/ext/standard/
H A Dbasic_functions.c480 zend_llist_destroy(BG(user_tick_functions)); in PHP_RSHUTDOWN_FUNCTION()
/php-src/main/streams/
H A Dstreams.c237 zend_llist_destroy(list); in wrapper_list_dtor()

Completed in 64 milliseconds