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

  /external/curl/docs/examples/
progressfunc.c 39 static int xferinfo(void *p, function
72 return xferinfo(p,
98 /* xferinfo was introduced in 7.32.0, no earlier libcurl versions will
108 curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, xferinfo);
109 /* pass the struct pointer into the xferinfo function, note that this is
  /external/curl/tests/libtest/
lib1553.c 30 static int xferinfo(void *p, function
39 fprintf(stderr, "xferinfo fail!\n");
72 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, xferinfo);

Completed in 81 milliseconds