Home
last modified time | relevance | path

Searched refs:switch_file_seek (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_native_file/
H A Dmod_native_file.c82 switch_file_seek(context->fd, SEEK_END, &samples); in native_file_file_open()
137 status = switch_file_seek(context->fd, whence, &samples); in native_file_file_seek()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/loggers/mod_logfile/
H A Dmod_logfile.c135 stat = switch_file_seek(profile->log_afd, SWITCH_SEEK_SET, &offset); in mod_logfile_rotate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_apr.h814 SWITCH_DECLARE(switch_status_t) switch_file_seek(switch_file_t *thefile, switch_seek_where_t where,…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c834 switch_file_seek(context->fd, SEEK_END, &samples); in fsv_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_apr.c408 SWITCH_DECLARE(switch_status_t) switch_file_seek(switch_file_t *thefile, switch_seek_where_t where,… in switch_file_seek() function