Home
last modified time | relevance | path

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

/curl/docs/libcurl/
H A 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);
H A DMakefile.inc42 curl_easy_send.3 \
H A Dcurl_easy_recv.md10 - curl_easy_send (3)
32 it together with curl_easy_send(3) to implement custom protocols using
H A Dlibcurl-errors.md405 return code is only returned from curl_easy_recv(3) and curl_easy_send(3)
/curl/include/curl/
H A Deasy.h108 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/curl/tests/libtest/
H A Dlib1555.c50 res = curl_easy_send(curl, buffer, n, &n); in progressCallback()
H A Dlib556.c76 res = curl_easy_send(curl, sbuf, sblen, &nwritten); in test()
H A Dlib677.c85 ec = curl_easy_send(curl, testcmd + pos, in test()
/curl/tests/data/
H A Dtest155548 curl_easy_send returned 93
H A Dtest113578 curl_easy_send
/curl/docs/libcurl/opts/
H A DCURLOPT_CONNECT_ONLY.md11 - curl_easy_send (3)
51 curl_multi_remove_handle(3), curl_easy_send(3) and
/curl/lib/
H A Dlibcurl.def16 curl_easy_send
H A Deasy.c1310 CURLcode curl_easy_send(CURL *d, const void *buffer, size_t buflen, size_t *n) in curl_easy_send() function
/curl/docs/examples/
H A Dsendrecv.c125 res = curl_easy_send(curl, request + nsent_total, in main()
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt128 SYMBOL_VECTOR=(curl_easy_send=PROCEDURE)
129 SYMBOL_VECTOR=(CURL_EASY_SEND/curl_easy_send=PROCEDURE)
H A Dpcsi_gnv_curl_file_list.txt81 [gnv.usr.share.man.man3]curl_easy_send.3
/curl/packages/OS400/
H A Dcurl.inc.in2944 d curl_easy_send...
2945 d pr extproc('curl_easy_send')

Completed in 31 milliseconds