Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_core_file.c78 status = switch_core_file_pre_close(&fh); in FST_SUITE_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_file.c897 SWITCH_DECLARE(switch_status_t) switch_core_file_pre_close(switch_file_handle_t *fh) in switch_core_file_pre_close() function
948 status = switch_core_file_pre_close(fh); in switch_core_file_close()
H A Dswitch_ivr_play_say.c926 switch_core_file_pre_close(fh); in switch_ivr_record_file()
H A Dswitch_ivr_async.c1497 switch_core_file_pre_close(rh->fh); in record_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_record.c417 switch_core_file_pre_close(&member->rec->fh); in conference_record_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1974 SWITCH_DECLARE(switch_status_t) switch_core_file_pre_close(_In_ switch_file_handle_t *fh);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9326 public static switch_status_t switch_core_file_pre_close(switch_file_handle fh) { in switch_core_file_pre_close() method in FreeSWITCH.Native.freeswitch
9327 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_file_pre_close(switch_file_ha… in switch_core_file_pre_close()
19074 …public static extern int switch_core_file_pre_close(global::System.Runtime.InteropServices.HandleR… in switch_core_file_pre_close() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx15733 result = (switch_status_t)switch_core_file_pre_close(arg1); in CSharp_FreeSWITCHfNative_switch_core_file_pre_close___()