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

  /external/curl/lib/
mime.h 105 curl_seek_callback seekfunc; /* Seek function. */ member in struct:curl_mimepart_s
mime.c 1023 if(part->seekfunc) {
1024 res = part->seekfunc(part->arg, (curl_off_t) 0, SEEK_SET);
1078 part->seekfunc = NULL;
1165 src->seekfunc, src->freefunc, src->arg);
    [all...]
  /external/curl/include/curl/
curl.h     [all...]

Completed in 78 milliseconds