Searched refs:module_shutdown_func (Results 1 – 3 of 3) sorted by relevance
83 int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); member
2293 if (module->module_started && module->module_shutdown_func) { in module_destructor()2297 module->module_shutdown_func(module->type, module->module_number TSRMLS_CC); in module_destructor()
185 int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); in php_load_extension() member
Completed in 16 milliseconds