Home
last modified time | relevance | path

Searched refs:switch_loadable_module_get_chat_application_interface (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_loadable_module.h194 …CH_DECLARE(switch_chat_application_interface_t *) switch_loadable_module_get_chat_application_inte…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_loadable_module.c1034 …if (!(cai = switch_loadable_module_get_chat_application_interface(app)) || !cai->chat_application_… in switch_core_execute_chat_app()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10357 …public static switch_chat_application_interface switch_loadable_module_get_chat_application_interf… in switch_loadable_module_get_chat_application_interface() method in FreeSWITCH.Native.freeswitch
10358 …global::System.IntPtr cPtr = freeswitchPINVOKE.switch_loadable_module_get_chat_application_interfa… in switch_loadable_module_get_chat_application_interface()
19965 …public static extern global::System.IntPtr switch_loadable_module_get_chat_application_interface(s… in switch_loadable_module_get_chat_application_interface() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx19408 …result = (switch_chat_application_interface_t *)switch_loadable_module_get_chat_application_interf… in CSharp_FreeSWITCHfNative_switch_loadable_module_get_chat_application_interface___()