Home
last modified time | relevance | path

Searched refs:SWITCH_FILE_WRITE_OVER (Results 1 – 11 of 11) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_native_file/
H A Dmod_native_file.c61 …_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRITE_OVER)) { in native_file_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_sndfile/
H A Dmod_sndfile.c101 …ag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRITE_OVER) || handle… in sndfile_file_open()
306 } else if (switch_test_flag(handle, SWITCH_FILE_WRITE_OVER)) { in sndfile_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_webm/
H A Dmod_webm.cpp112 …_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRITE_OVER)) { in webm_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_opusfile/
H A Dmod_opusfile.c195 …_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRITE_OVER)) { in switch_opusfile_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_memcache/
H A Dmod_memcache.c490 if (switch_test_flag(handle, SWITCH_FILE_WRITE_OVER)) { in memcache_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4v2/
H A Dmod_mp4v2.c325 …_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRITE_OVER)) { in mp4_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c813 …_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRITE_OVER)) { in fsv_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_file.c750 …(switch_test_flag(fh, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(fh, SWITCH_FILE_WRITE_OVER))) { in switch_core_file_seek()
H A Dswitch_ivr_play_say.c488 …if (switch_test_flag(fh, SWITCH_FILE_WRITE_OVER) || ((p = switch_channel_get_variable(channel, "RE… in switch_ivr_record_file()
489 file_flags |= SWITCH_FILE_WRITE_OVER; in switch_ivr_record_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1937 SWITCH_FILE_WRITE_OVER = (1 << 16), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs36824 SWITCH_FILE_WRITE_OVER = (1 << 16), enumerator