RTS API Documentation
1.10.11
|
Data Fields | |
char * | key |
char * | filename |
int | perm |
switch_loadable_module_interface_t * | module_interface |
switch_dso_lib_t | lib |
switch_module_load_t | switch_module_load |
switch_module_runtime_t | switch_module_runtime |
switch_module_shutdown_t | switch_module_shutdown |
switch_memory_pool_t * | pool |
switch_status_t | status |
switch_thread_t * | thread |
switch_bool_t | shutting_down |
switch_loadable_module_type_t | type |
Definition at line 65 of file switch_loadable_module.c.
char* switch_loadable_module::filename |
Definition at line 67 of file switch_loadable_module.c.
Referenced by switch_loadable_module_build_dynamic(), switch_loadable_module_load_file(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
char* switch_loadable_module::key |
Definition at line 66 of file switch_loadable_module.c.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
switch_dso_lib_t switch_loadable_module::lib |
Definition at line 70 of file switch_loadable_module.c.
Referenced by do_shutdown(), and switch_loadable_module_load_file().
switch_loadable_module_interface_t* switch_loadable_module::module_interface |
Definition at line 69 of file switch_loadable_module.c.
Referenced by do_shutdown(), switch_loadable_module_build_dynamic(), switch_loadable_module_enumerate_loaded(), switch_loadable_module_exec(), switch_loadable_module_load_file(), switch_loadable_module_process(), switch_loadable_module_runtime(), and switch_loadable_module_unprocess().
int switch_loadable_module::perm |
Definition at line 68 of file switch_loadable_module.c.
Referenced by switch_loadable_module_build_dynamic(), switch_loadable_module_load_file(), switch_loadable_module_protect(), switch_loadable_module_shutdown(), and switch_loadable_module_unload_module().
switch_memory_pool_t* switch_loadable_module::pool |
Definition at line 74 of file switch_loadable_module.c.
Referenced by do_shutdown(), switch_loadable_module_build_dynamic(), switch_loadable_module_load_file(), switch_loadable_module_load_module_ex(), and switch_loadable_module_process().
switch_bool_t switch_loadable_module::shutting_down |
Definition at line 77 of file switch_loadable_module.c.
Referenced by do_shutdown(), and switch_loadable_module_exec().
switch_status_t switch_loadable_module::status |
Definition at line 75 of file switch_loadable_module.c.
Referenced by do_shutdown().
switch_module_load_t switch_loadable_module::switch_module_load |
Definition at line 71 of file switch_loadable_module.c.
Referenced by switch_loadable_module_build_dynamic(), and switch_loadable_module_load_file().
switch_module_runtime_t switch_loadable_module::switch_module_runtime |
Definition at line 72 of file switch_loadable_module.c.
Referenced by switch_loadable_module_build_dynamic(), switch_loadable_module_exec(), switch_loadable_module_load_file(), switch_loadable_module_load_module_ex(), and switch_loadable_module_runtime().
switch_module_shutdown_t switch_loadable_module::switch_module_shutdown |
Definition at line 73 of file switch_loadable_module.c.
Referenced by do_shutdown(), switch_loadable_module_build_dynamic(), and switch_loadable_module_load_file().
switch_thread_t* switch_loadable_module::thread |
Definition at line 76 of file switch_loadable_module.c.
Referenced by do_shutdown(), switch_loadable_module_build_dynamic(), switch_loadable_module_load_module_ex(), and switch_loadable_module_runtime().
switch_loadable_module_type_t switch_loadable_module::type |
Definition at line 78 of file switch_loadable_module.c.
Referenced by switch_loadable_module_load_module_ex(), and switch_loadable_module_shutdown().