Searched refs:curl_easy_send (Results 1 – 17 of 17) sorted by relevance
/curl/docs/libcurl/ |
H A D | curl_easy_send.md | 4 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 D | Makefile.inc | 42 curl_easy_send.3 \
|
H A D | curl_easy_recv.md | 10 - curl_easy_send (3) 32 it together with curl_easy_send(3) to implement custom protocols using
|
H A D | libcurl-errors.md | 405 return code is only returned from curl_easy_recv(3) and curl_easy_send(3)
|
/curl/include/curl/ |
H A D | easy.h | 108 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
|
/curl/tests/libtest/ |
H A D | lib1555.c | 50 res = curl_easy_send(curl, buffer, n, &n); in progressCallback()
|
H A D | lib556.c | 76 res = curl_easy_send(curl, sbuf, sblen, &nwritten); in test()
|
H A D | lib677.c | 85 ec = curl_easy_send(curl, testcmd + pos, in test()
|
/curl/tests/data/ |
H A D | test1555 | 48 curl_easy_send returned 93
|
H A D | test1135 | 78 curl_easy_send
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CONNECT_ONLY.md | 11 - curl_easy_send (3) 51 curl_multi_remove_handle(3), curl_easy_send(3) and
|
/curl/lib/ |
H A D | libcurl.def | 16 curl_easy_send
|
H A D | easy.c | 1310 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 D | sendrecv.c | 125 res = curl_easy_send(curl, request + nsent_total, in main()
|
/curl/packages/vms/ |
H A D | gnv_libcurl_symbols.opt | 128 SYMBOL_VECTOR=(curl_easy_send=PROCEDURE) 129 SYMBOL_VECTOR=(CURL_EASY_SEND/curl_easy_send=PROCEDURE)
|
H A D | pcsi_gnv_curl_file_list.txt | 81 [gnv.usr.share.man.man3]curl_easy_send.3
|
/curl/packages/OS400/ |
H A D | curl.inc.in | 2944 d curl_easy_send... 2945 d pr extproc('curl_easy_send')
|
Completed in 31 milliseconds