Searched refs:curl_easy_send (Results 1 - 6 of 6) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib1555.c | 50 res = curl_easy_send(curl, buffer, n, &n); in progressCallback() 51 printf("curl_easy_send returned %d\n", res); in progressCallback()
|
H A D | lib556.c | 70 res = curl_easy_send(curl, request, strlen(request), &iolen); in test()
|
H A D | lib677.c | 85 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 D | easy.h | 101 * NAME curl_easy_send() 108 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
|
/third_party/curl/docs/examples/ |
H A D | sendrecv.c | 25 * 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 D | easy.c | 1249 * 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