Home
last modified time | relevance | path

Searched refs:switch_file_command_t (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h305 switch_status_t (*file_command) (switch_file_handle_t *fh, switch_file_command_t command);
H A Dswitch_types.h2759 } switch_file_command_t; typedef
H A Dswitch_core.h1983 …switch_status_t) switch_core_file_command(switch_file_handle_t *fh, switch_file_command_t command);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_file.c867 …(switch_status_t) switch_core_file_command(switch_file_handle_t *fh, switch_file_command_t command) in switch_core_file_command()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c1353 static switch_status_t vlc_file_command(switch_file_handle_t *handle, switch_file_command_t command) in vlc_file_command()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_av/
H A Davformat.c2100 static switch_status_t av_file_command(switch_file_handle_t *handle, switch_file_command_t command)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx15754 switch_file_command_t arg2 ; in CSharp_FreeSWITCHfNative_switch_core_file_command___()
15758 arg2 = (switch_file_command_t)jarg2; in CSharp_FreeSWITCHfNative_switch_core_file_command___()
27675 …(*arg2)(switch_file_handle_t *,switch_file_command_t) = (switch_status_t (*)(switch_file_handle_t … in CSharp_FreeSWITCHfNative_switch_file_interface_file_command_set___()
27678 arg2 = (switch_status_t (*)(switch_file_handle_t *,switch_file_command_t))jarg2; in CSharp_FreeSWITCHfNative_switch_file_interface_file_command_set___()
27686 switch_status_t (*result)(switch_file_handle_t *,switch_file_command_t) = 0 ; in CSharp_FreeSWITCHfNative_switch_file_interface_file_command_get___()
27689 …result = (switch_status_t (*)(switch_file_handle_t *,switch_file_command_t)) ((arg1)->file_command… in CSharp_FreeSWITCHfNative_switch_file_interface_file_command_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9336 …ic switch_status_t switch_core_file_command(switch_file_handle fh, switch_file_command_t command) { in switch_core_file_command()
36787 public enum switch_file_command_t { enum