HomeSort by relevance Sort by last modified time
    Searched refs:LSEEK_ERROR (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_cb_see.c 67 if(LSEEK_ERROR == lseek(in->fd, 0, SEEK_SET))
73 if(LSEEK_ERROR == lseek(in->fd, step, SEEK_CUR))
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence))
  /external/curl/lib/
curl_setup.h 363 # define LSEEK_ERROR (__int64)-1
381 # define LSEEK_ERROR (long)-1
388 #ifndef LSEEK_ERROR
389 # define LSEEK_ERROR (off_t)-1

Completed in 151 milliseconds