Searched refs:seek_func (Results 1 – 10 of 10) sorted by relevance
/external/tremolo/Tremolo/ |
D | ivorbisfile.h | 61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member
|
D | vorbisfile.c | 106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET); in _seek_helper() 512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END); in _open_seekable2() 722 int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR):-1); in _ov_open1()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 83 if(!(vf->callbacks.seek_func)|| in _seek_helper() 84 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1) in _seek_helper() 625 if(vf->callbacks.seek_func && vf->callbacks.tell_func){ in _open_seekable2() 626 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END); in _open_seekable2() 874 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1); in _ov_open1()
|
/external/curl/lib/ |
D | urldata.h | 989 curl_seek_callback seek_func; /* function that seeks the input */ member 1444 curl_seek_callback seek_func; /* function that seeks the input */ member
|
D | transfer.c | 266 if(data->set.seek_func) { in Curl_readrewind() 269 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET); in Curl_readrewind()
|
D | http.c | 1478 conn->seek_func = data->set.seek_func; /* restore */ in Curl_http_done() 2149 if(conn->seek_func) { in Curl_http() 2150 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in Curl_http()
|
D | url.c | 511 set->seek_func = ZERO_NULL; in Curl_init_userdefined() 1879 data->set.seek_func = va_arg(param, curl_seek_callback); in Curl_setopt() 5848 conn->seek_func = data->set.seek_func; in create_conn()
|
D | ssh.c | 1720 if(conn->seek_func) { in ssh_statemach_act() 1721 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ssh_statemach_act()
|
D | ftp.c | 1654 if(conn->seek_func) { in ftp_state_ul_setup() 1655 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ftp_state_ul_setup()
|