Home | History | Annotate | Download | only in src

Lines Matching refs:whence

47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence)
63 if(whence != SEEK_SET)
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence))
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence)
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence)
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence)
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence)