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

  /external/curl/include/curl/
easy.h 77 * NAME curl_easy_recv()
84 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
  /external/curl/tests/libtest/
lib556.c 83 res = curl_easy_recv(curl, buf, 1024, &iolen);
  /external/google-breakpad/src/third_party/curl/
easy.h 78 * NAME curl_easy_recv()
85 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
  /external/curl/docs/examples/
sendrecv.c 23 * An example of curl_easy_send() and curl_easy_recv() usage.
70 /* A general note of caution here: if you're using curl_easy_recv() or
125 res = curl_easy_recv(curl, buf, 1024, &iolen);
  /external/curl/lib/
easy.c 1081 CURLcode curl_easy_recv(struct Curl_easy *data, void *buffer, size_t buflen, function

Completed in 62 milliseconds