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:__anon40671
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/curl/lib/
urldata.h 947 curl_seek_callback seek_func; \/* function that seeks the input *\/ member in struct:connectdata
1484 curl_seek_callback seek_func; \/* function that seeks the input *\/ member in struct:UserDefined
    [all...]
http.c     [all...]
transfer.c 302 if(data->set.seek_func) {
305 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET);
    [all...]
ssh-libssh.c 1130 if(conn->seek_func) {
1131 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from
    [all...]
ssh.c     [all...]
url.c 420 set->seek_func = ZERO_NULL;
    [all...]
setopt.c     [all...]
ftp.c     [all...]

Completed in 81 milliseconds