Home
last modified time | relevance | path

Searched refs:curl_easy_send (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1555.c50 res = curl_easy_send(curl, buffer, n, &n); in progressCallback()
51 printf("curl_easy_send returned %d\n", res); in progressCallback()
H A Dlib556.c70 res = curl_easy_send(curl, request, strlen(request), &iolen); in test()
H A Dlib677.c85 ec = curl_easy_send(curl, cmd + pos, sizeof(cmd) - 1 - pos, &len); in test()
87 fprintf(stderr, "curl_easy_send() failed, with code %d (%s)\n", in test()
/third_party/curl/include/curl/
H A Deasy.h101 * NAME curl_easy_send()
108 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/third_party/curl/docs/examples/
H A Dsendrecv.c25 * Demonstrate curl_easy_send() and curl_easy_recv() usage.
80 curl_easy_send() to implement HTTP or _any_ other protocol libcurl in main()
121 res = curl_easy_send(curl, request + nsent_total, in main()
/third_party/curl/lib/
H A Deasy.c1249 * This is the private internal version of curl_easy_send()
1290 CURLcode curl_easy_send(struct Curl_easy *data, const void *buffer, in curl_easy_send() function

Completed in 4 milliseconds