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

  /external/curl/include/curl/
easy.h 88 * NAME curl_easy_send()
95 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
  /external/curl/tests/libtest/
lib556.c 76 res = curl_easy_send(curl, request, strlen(request), &iolen);
  /external/google-breakpad/src/third_party/curl/
easy.h 89 * NAME curl_easy_send()
96 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
  /external/curl/docs/examples/
sendrecv.c 23 * An example of curl_easy_send() and curl_easy_recv() usage.
70 curl_easy_send() to implement HTTP or _any_ other protocol libcurl
106 res = curl_easy_send(curl, request + nsent_total,
  /external/curl/lib/
easy.c 1154 CURLcode curl_easy_send(struct Curl_easy *data, const void *buffer, function

Completed in 80 milliseconds