Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_apr.h877 SWITCH_DECLARE(switch_status_t) switch_file_mktemp(switch_file_t ** thefile, char *templ, int32_t f…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_apr.c477 SWITCH_DECLARE(switch_status_t) switch_file_mktemp(switch_file_t ** thefile, char *templ, int32_t f… in switch_file_mktemp() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/asr_tts/mod_unimrcp/
H A Dmod_unimrcp.c665 …if (switch_file_mktemp(&laudio_queue->file_read, laudio_queue->file_read_name, flags, pool) != SWI… in audio_queue_create()
672 …if (switch_file_mktemp(&laudio_queue->file_write, laudio_queue->file_write_name, flags, pool) != S… in audio_queue_create()