HomeSort by relevance Sort by last modified time
    Searched refs:seek_func (Results 1 - 10 of 10) sorted by null

  /external/tremolo/Tremolo/
ivorbisfile.h 56 * the right values. For seek_func(), you *MUST* return -1 if the stream is
61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); member in struct:__anon23503
vorbisfile.c 106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET);
512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
722 int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR):-1);
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 36 * 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:__anon16377
  /external/libvorbis/lib/
vorbisfile.c 83 if(!(vf->callbacks.seek_func)||
84 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1)
625 if(vf->callbacks.seek_func && vf->callbacks.tell_func){
626 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
632 /* If seek_func is implemented, tell_func must also be implemented */
874 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1);
    [all...]
  /external/curl/lib/
urldata.h 1026 curl_seek_callback seek_func; \/* function that seeks the input *\/ member in struct:connectdata
1493 curl_seek_callback seek_func; \/* function that seeks the input *\/ member in struct:UserDefined
    [all...]
http.c     [all...]
transfer.c 262 if(data->set.seek_func) {
265 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET);
    [all...]
ssh.c     [all...]
url.c 518 set->seek_func = ZERO_NULL;
    [all...]
ftp.c     [all...]

Completed in 121 milliseconds