Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_see.c67 if(LSEEK_ERROR == lseek(in->fd, 0, SEEK_SET)) in tool_seek_cb()
73 if(LSEEK_ERROR == lseek(in->fd, step, SEEK_CUR)) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
/external/curl/lib/
Dcurl_setup.h368 # define LSEEK_ERROR (__int64)-1 macro
386 # define LSEEK_ERROR (long)-1 macro
393 #ifndef LSEEK_ERROR
394 # define LSEEK_ERROR (off_t)-1 macro