Home
last modified time | relevance | path

Searched refs:curl_easy_recv (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1555.c48 res = curl_easy_recv(curl, buffer, 256, &n); in progressCallback()
49 printf("curl_easy_recv returned %d\n", res); in progressCallback()
H A Dlib556.c78 res = curl_easy_recv(curl, buf, sizeof(buf), &iolen); in test()
H A Dlib677.c103 ec = curl_easy_recv(curl, buf + pos, sizeof(buf) - pos, &len); in test()
105 fprintf(stderr, "curl_easy_recv() failed, with code %d (%s)\n", in test()
/third_party/curl/include/curl/
H A Deasy.h90 * NAME curl_easy_recv()
97 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
/third_party/curl/docs/examples/
H A Dsendrecv.c25 * Demonstrate curl_easy_send() and curl_easy_recv() usage.
79 /* A general note of caution here: if you are using curl_easy_recv() or in main()
148 res = curl_easy_recv(curl, buf, sizeof(buf), &nread); in main()
/third_party/curl/lib/
H A Deasy.c1196 CURLcode curl_easy_recv(struct Curl_easy *data, void *buffer, size_t buflen, in curl_easy_recv() function
H A Dws.c902 *err = curl_easy_recv(data, buf, buflen, &nread); in nw_in_recv()

Completed in 5 milliseconds