Home
last modified time | relevance | path

Searched refs:curl_easy_send (Results 1 – 19 of 19) sorted by relevance

/external/curl/docs/libcurl/
Dcurl_easy_send.md4 Title: curl_easy_send
19 curl_easy_send - sends raw data over an "easy" connection
26 CURLcode curl_easy_send(CURL *curl, const void *buffer,
43 curl_easy_send(3) does not work on connections that were created without
53 curl_easy_send(3) may return **CURLE_AGAIN** if the only data that was sent
78 res = curl_easy_send(curl, "hello", 5, &sent);
Dcurl_easy_recv.md10 - curl_easy_send (3)
32 it together with curl_easy_send(3) to implement custom protocols using
DMakefile.inc42 curl_easy_send.3 \
Dlibcurl-errors.md405 return code is only returned from curl_easy_recv(3) and curl_easy_send(3)
/external/curl/docs/libcurl/opts/
DCURLOPT_CONNECT_ONLY.md11 - curl_easy_send (3)
51 curl_multi_remove_handle(3), curl_easy_send(3) and
/external/google-breakpad/src/third_party/curl/
Deasy.h96 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/external/curl/include/curl/
Deasy.h108 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/external/curl/tests/libtest/
Dlib1555.c50 res = curl_easy_send(curl, buffer, n, &n); in progressCallback()
Dlib556.c83 res = curl_easy_send(curl, sbuf, sblen, &nwritten); in test()
Dlib677.c85 ec = curl_easy_send(curl, testcmd + pos, in test()
/external/curl/tests/data/
Dtest155548 curl_easy_send returned 93
Dtest113580 curl_easy_send
/external/curl/lib/
Dlibcurl.def16 curl_easy_send
Deasy.c1324 CURLcode curl_easy_send(CURL *d, const void *buffer, size_t buflen, size_t *n) in curl_easy_send() function
/external/curl/docs/examples/
Dsendrecv.c127 res = curl_easy_send(curl, request + nsent_total, in main()
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt128 SYMBOL_VECTOR=(curl_easy_send=PROCEDURE)
129 SYMBOL_VECTOR=(CURL_EASY_SEND/curl_easy_send=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt81 [gnv.usr.share.man.man3]curl_easy_send.3
/external/sandboxed-api/oss-internship-2020/curl/
DCMakeLists.txt63 curl_easy_send
/external/curl/packages/OS400/
Dcurl.inc.in2944 d curl_easy_send...
2945 d pr extproc('curl_easy_send')