Home
last modified time | relevance | path

Searched refs:LSEEK_ERROR (Results 1 – 2 of 2) sorted by relevance

/curl/src/
H A Dtool_cb_see.c68 if(LSEEK_ERROR == lseek(per->infd, 0, SEEK_SET)) in tool_seek_cb()
74 if(LSEEK_ERROR == lseek(per->infd, step, SEEK_CUR)) in tool_seek_cb()
83 if(LSEEK_ERROR == lseek(per->infd, offset, whence)) in tool_seek_cb()
/curl/lib/
H A Dcurl_setup.h467 # define LSEEK_ERROR (__int64)-1 macro
495 # define LSEEK_ERROR (long)-1 macro
502 #ifndef LSEEK_ERROR
503 # define LSEEK_ERROR (off_t)-1 macro

Completed in 6 milliseconds