Searched refs:seek_func (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/include/vorbis/
H A Dvorbisfile.h36 * the right values. For seek_func(), you *MUST* return -1 if the stream is
41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member in struct:__anon4216
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/include/vorbis/
H A Dvorbisfile.h36 * the right values. For seek_func(), you *MUST* return -1 if the stream is
41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member in struct:__anon5121
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/include/vorbis/
H A Dvorbisfile.h36 * the right values. For seek_func(), you *MUST* return -1 if the stream is
41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member in struct:__anon39146
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dvorbisfile.c82 if(!(vf->callbacks.seek_func)||
83 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1)
624 if(vf->callbacks.seek_func && vf->callbacks.tell_func){
625 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
631 /* If seek_func is implemented, tell_func must also be implemented */
873 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/lib/
H A Dvorbisfile.c82 if(!(vf->callbacks.seek_func)||
83 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1)
624 if(vf->callbacks.seek_func && vf->callbacks.tell_func){
625 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
631 /* If seek_func is implemented, tell_func must also be implemented */
873 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/lib/
H A Dvorbisfile.c82 if(!(vf->callbacks.seek_func)||
83 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1)
624 if(vf->callbacks.seek_func && vf->callbacks.tell_func){
625 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
631 /* If seek_func is implemented, tell_func must also be implemented */
873 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Durldata.h894 curl_seek_callback seek_func; /* function that seeks the input */ member in struct:connectdata
1353 curl_seek_callback seek_func; /* function that seeks the input */ member in struct:UserDefined
H A Dhttp.c1405 conn->seek_func = data->set.seek_func; /* restore */
1944 if(conn->seek_func) {
1945 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
H A Dtransfer.c280 if(data->set.seek_func) {
283 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET);
H A Durl.c674 set->seek_func = ZERO_NULL;
1865 data->set.seek_func = va_arg(param, curl_seek_callback);
4988 conn->seek_func = data->set.seek_func;
H A Dssh.c1579 if(conn->seek_func) {
1580 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
H A Dftp.c1362 if(conn->seek_func) {
1363 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Durldata.h894 curl_seek_callback seek_func; /* function that seeks the input */ member in struct:connectdata
1353 curl_seek_callback seek_func; /* function that seeks the input */ member in struct:UserDefined
H A Dhttp.c1405 conn->seek_func = data->set.seek_func; /* restore */
1944 if(conn->seek_func) {
1945 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
H A Dtransfer.c280 if(data->set.seek_func) {
283 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET);
H A Durl.c674 set->seek_func = ZERO_NULL;
1865 data->set.seek_func = va_arg(param, curl_seek_callback);
4988 conn->seek_func = data->set.seek_func;
H A Dssh.c1579 if(conn->seek_func) {
1580 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
H A Dftp.c1362 if(conn->seek_func) {
1363 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Durldata.h894 curl_seek_callback seek_func; /* function that seeks the input */ member in struct:connectdata
1353 curl_seek_callback seek_func; /* function that seeks the input */ member in struct:UserDefined
H A Dhttp.c1405 conn->seek_func = data->set.seek_func; /* restore */
1944 if(conn->seek_func) {
1945 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
H A Dtransfer.c280 if(data->set.seek_func) {
283 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET);
H A Durl.c674 set->seek_func = ZERO_NULL;
1865 data->set.seek_func = va_arg(param, curl_seek_callback);
4988 conn->seek_func = data->set.seek_func;
H A Dssh.c1579 if(conn->seek_func) {
1580 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
H A Dftp.c1362 if(conn->seek_func) {
1363 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,

Completed in 407 milliseconds