Home
last modified time | relevance | path

Searched refs:seek_func (Results 1 – 10 of 10) sorted by relevance

/external/tremolo/Tremolo/
Divorbisfile.h61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member
Dvorbisfile.c106 (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/
Dvorbisfile.h41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member
/external/libvorbis/lib/
Dvorbisfile.c83 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/
Durldata.h989 curl_seek_callback seek_func; /* function that seeks the input */ member
1444 curl_seek_callback seek_func; /* function that seeks the input */ member
Dtransfer.c266 if(data->set.seek_func) { in Curl_readrewind()
269 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET); in Curl_readrewind()
Dhttp.c1478 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()
Durl.c511 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()
Dssh.c1720 if(conn->seek_func) { in ssh_statemach_act()
1721 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ssh_statemach_act()
Dftp.c1654 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()