Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_cb_see.c70 if(LSEEK_ERROR == lseek(per->infd, 0, SEEK_SET)) in tool_seek_cb()
76 if(LSEEK_ERROR == lseek(per->infd, step, SEEK_CUR)) in tool_seek_cb()
85 if(LSEEK_ERROR == lseek(per->infd, offset, whence)) in tool_seek_cb()
/third_party/curl/lib/
H A Dcurl_setup.h397 # define LSEEK_ERROR (__int64)-1 macro
429 # define LSEEK_ERROR (long)-1 macro
436 #ifndef LSEEK_ERROR
437 # define LSEEK_ERROR (off_t)-1 macro

Completed in 2 milliseconds