Home
last modified time | relevance | path

Searched refs:SWITCH_FILE_WRITE_APPEND (Results 1 – 13 of 13) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_native_file/
H A Dmod_native_file.c61 …if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRI… in native_file_file_open()
80 if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND)) { in native_file_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_opusfile/
H A Dmod_opusfile.c195 …if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRI… in switch_opusfile_open()
254 if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND)) { in switch_opusfile_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_sndfile/
H A Dmod_sndfile.c101 …if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRI… in sndfile_file_open()
304 if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND)) { in sndfile_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c813 …if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRI… in fsv_file_open()
832 if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND)) { in fsv_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_webm/
H A Dmod_webm.cpp112 …if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRI… in webm_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_memcache/
H A Dmod_memcache.c499 if (! switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND)) { in memcache_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4v2/
H A Dmod_mp4v2.c325 …if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(handle, SWITCH_FILE_WRI… in mp4_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_file.c750 …if (!(switch_test_flag(fh, SWITCH_FILE_WRITE_APPEND) || switch_test_flag(fh, SWITCH_FILE_WRITE_OVE… in switch_core_file_seek()
H A Dswitch_ivr_async.c1506 if (!rh->writes && !rh->vwrites && !switch_test_flag(rh->fh, SWITCH_FILE_WRITE_APPEND)) { in record_callback()
1511 …s_out < rh->fh->samplerate * rh->min_sec) && !switch_test_flag(rh->fh, SWITCH_FILE_WRITE_APPEND)) { in record_callback()
2722 file_flags |= SWITCH_FILE_WRITE_APPEND; in switch_ivr_record_session_event()
2948 if (file_flags & SWITCH_FILE_WRITE_APPEND) { in switch_ivr_record_session_event()
H A Dswitch_ivr_play_say.c484 …if (switch_test_flag(fh, SWITCH_FILE_WRITE_APPEND) || ((p = switch_channel_get_variable(channel, "… in switch_ivr_record_file()
485 file_flags |= SWITCH_FILE_WRITE_APPEND; in switch_ivr_record_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1936 SWITCH_FILE_WRITE_APPEND = (1 << 15), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_shout/
H A Dmod_shout.c888 if (switch_test_flag(handle, SWITCH_FILE_WRITE_APPEND)) { in shout_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs36823 SWITCH_FILE_WRITE_APPEND = (1 << 15), enumerator