Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_loadable_module.c116 switch_loadable_module_t *module = ts->objs[0]; in switch_loadable_module_exec()
141 switch_loadable_module_t *module; in switch_loadable_module_runtime()
146 module = (switch_loadable_module_t *) val; in switch_loadable_module_runtime()
1669 switch_loadable_module_t *module = NULL; in switch_loadable_module_load_file()
1898 switch_loadable_module_t *module = NULL; in switch_loadable_module_protect()
1922 switch_loadable_module_t *module = NULL; in switch_loadable_module_unload_module()
2004 switch_loadable_module_t *module; in switch_loadable_module_enumerate_loaded()
2023 switch_loadable_module_t *module = NULL; in switch_loadable_module_build_dynamic()
2433 switch_loadable_module_t *module; in switch_loadable_module_shutdown()
2454 module = (switch_loadable_module_t *)val; in switch_loadable_module_shutdown()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2306 typedef struct switch_loadable_module switch_loadable_module_t; typedef