Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 6 of 6) sorted by relevance

/curl/src/
H A Dtool_cb_see.c50 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb()
H A Dtool_util.c168 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
H A Dtool_formparse.c216 int tool_mime_stdin_seek(void *instream, curl_off_t offset, int whence) in tool_mime_stdin_seek()
/curl/lib/
H A Dcurl_setup.h404 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) argument
428 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) argument
H A Dformdata.c791 static int fseeko_wrapper(void *stream, curl_off_t offset, int whence) in fseeko_wrapper()
H A Dmime.c679 static int mime_mem_seek(void *instream, curl_off_t offset, int whence) in mime_mem_seek()
731 static int mime_file_seek(void *instream, curl_off_t offset, int whence) in mime_file_seek()
1101 static int mime_subparts_seek(void *instream, curl_off_t offset, int whence) in mime_subparts_seek()

Completed in 25 milliseconds