Home
last modified time | relevance | path

Searched refs:switch_io_event_hook_read_frame (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_event_hook.h40 typedef struct switch_io_event_hook_read_frame switch_io_event_hook_read_frame_t;
88 struct switch_io_event_hook_read_frame { struct
91 struct switch_io_event_hook_read_frame *next; argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx48112 switch_io_event_hook_read_frame *arg1 = (switch_io_event_hook_read_frame *) 0 ; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_read_frame_set___()
48115 arg1 = (switch_io_event_hook_read_frame *)jarg1; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_read_frame_set___()
48123 switch_io_event_hook_read_frame *arg1 = (switch_io_event_hook_read_frame *) 0 ; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_read_frame_get___()
48126 arg1 = (switch_io_event_hook_read_frame *)jarg1; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_read_frame_get___()
48134 switch_io_event_hook_read_frame *arg1 = (switch_io_event_hook_read_frame *) 0 ; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_next_set___()
48135 switch_io_event_hook_read_frame *arg2 = (switch_io_event_hook_read_frame *) 0 ; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_next_set___()
48145 switch_io_event_hook_read_frame *arg1 = (switch_io_event_hook_read_frame *) 0 ; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_next_get___()
48146 switch_io_event_hook_read_frame *result = 0 ; in CSharp_FreeSWITCHfNative_switch_io_event_hook_read_frame_next_get___()
48157 switch_io_event_hook_read_frame *result = 0 ; in CSharp_FreeSWITCHfNative_new_switch_io_event_hook_read_frame___()
48159 result = (switch_io_event_hook_read_frame *)new switch_io_event_hook_read_frame(); in CSharp_FreeSWITCHfNative_new_switch_io_event_hook_read_frame___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs38892 public class switch_io_event_hook_read_frame : global::System.IDisposable { class
38896 internal switch_io_event_hook_read_frame(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_io_event_hook_read_frame() method in FreeSWITCH.Native.switch_io_event_hook_read_frame
38901 …tic global::System.Runtime.InteropServices.HandleRef getCPtr(switch_io_event_hook_read_frame obj) { in getCPtr()
38905 ~switch_io_event_hook_read_frame() { in ~switch_io_event_hook_read_frame()
38933 public switch_io_event_hook_read_frame next {
38935 …chPINVOKE.switch_io_event_hook_read_frame_next_set(swigCPtr, switch_io_event_hook_read_frame.getCP…
38939switch_io_event_hook_read_frame ret = (cPtr == global::System.IntPtr.Zero) ? null : new switch_io_…
38944 …public switch_io_event_hook_read_frame() : this(freeswitchPINVOKE.new_switch_io_event_hook_read_fr… in switch_io_event_hook_read_frame() method in FreeSWITCH.Native.switch_io_event_hook_read_frame
39795 public switch_io_event_hook_read_frame read_frame {
39797 …switchPINVOKE.switch_io_event_hooks_read_frame_set(swigCPtr, switch_io_event_hook_read_frame.getCP…
[all …]