Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_see.c48 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb()
H A Dtool_util.c169 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
H A Dtool_formparse.c214 int tool_mime_stdin_seek(void *instream, curl_off_t offset, int whence) in tool_mime_stdin_seek()
/curl/lib/
H A Dcurl_setup.h469 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) argument
493 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) argument
H A Dformdata.c794 static int fseeko_wrapper(void *stream, curl_off_t offset, int whence) in fseeko_wrapper()
H A Dmime.c681 static int mime_mem_seek(void *instream, curl_off_t offset, int whence) in mime_mem_seek()
733 static int mime_file_seek(void *instream, curl_off_t offset, int whence) in mime_file_seek()
1103 static int mime_subparts_seek(void *instream, curl_off_t offset, int whence) in mime_subparts_seek()

Completed in 22 milliseconds