Home
last modified time | relevance | path

Searched refs:easy (Results 126 – 150 of 160) sorted by relevance

1234567

/curl/docs/examples/
H A Dmulti-event.c168 static int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, in handle_socket() argument
/curl/docs/libcurl/
H A Dcurl_easy_option_next.md18 curl_easy_option_next - iterate over easy setopt options
H A Dcurl_mime_filedata.md93 easy handle is performed.
H A Dcurl_easy_send.md19 curl_easy_send - sends raw data over an "easy" connection
H A Dcurl_easy_recv.md19 curl_easy_recv - receives raw data on an "easy" connection
H A Dlibcurl-errors.md31 Almost all "easy" interface functions return a CURLcode error code. No matter
518 An easy handle was not good/valid. It could mean that it is not an easy handle
542 An easy handle already added to a multi handle was attempted to get added a
H A Dlibcurl-ws.md41 To initiate a WebSocket session with libcurl, setup an easy handle to use a
H A Dlibcurl-env-dbg.md142 a multi handle is destroyed. This implicitly triggers for easy handles
H A Dcurl_global_trace.md62 and are listed below for easy reference.
H A Dcurl_mime_data_cb.md95 Care must be taken if the part is bound to a curl easy handle that is later
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTS.md31 from, and to store the cache in when the easy handle is closed. Setting a file
H A DCURLOPT_FOLLOWLOCATION.md53 or just lacks features, it is easy to instead implement your own redirect
H A DCURLOPT_PROXY.md31 Set the *proxy* to use for transfers with this easy handle. The parameter
H A DCURLOPT_CONNECT_TO.md63 of other easy handles that have been added to the same multi handle.
H A DCURLOPT_HEADERFUNCTION.md45 complete header lines are passed on to the callback. Parsing headers is easy
H A DCURLOPT_HTTPHEADER.md135 Custom headers are sent in all requests done by the easy handle, which implies
/curl/packages/vms/
H A Dpcsi_gnv_curl_file_list.txt62 [gnv.usr.include.curl]easy.h
120 [gnv.usr.share.man.man3]libcurl-easy.3
H A Dgnv_libcurl_symbols.opt111 ! easy.h
/curl/tests/data/
H A Dtest5553 # multi interface instead of easy, but that shouldn't be noticeable at all in
H A Dtest1538141 m2: Invalid easy handle
146 m7: The easy handle is already added to a multi handle
/curl/include/curl/
H A Dcurl.h890 (*curl_sshkeycallback) (CURL *easy, /* easy handle */
1033 typedef CURLSTScode (*curl_hstsread_callback)(CURL *easy,
1036 typedef CURLSTScode (*curl_hstswrite_callback)(CURL *easy,
2404 CURL_EXTERN curl_mime *curl_mime_init(CURL *easy);
/curl/lib/
H A Dmime.c1282 curl_mime *curl_mime_init(struct Curl_easy *easy) in curl_mime_init() argument
1294 if(Curl_rand_alnum(easy, in curl_mime_init()
2178 curl_mime *curl_mime_init(CURL *easy) in curl_mime_init() argument
2180 (void) easy; in curl_mime_init()
H A DMakefile.inc148 easy.c \
/curl/src/
H A Dtool_operate.c2663 static int cb_socket(CURL *easy, curl_socket_t s, int action, in cb_socket() argument
2669 (void)easy; in cb_socket()
2784 CURL *easy = msg->easy_handle; in check_finished() local
2786 curl_easy_getinfo(easy, CURLINFO_PRIVATE, (void *)&ended); in check_finished()
2787 curl_multi_remove_handle(s->multi, easy); in check_finished()
/curl/docs/
H A DTODO230 possible to share between easy handles.
234 The share interface offers CURL_LOCK_DATA_CONNECT to have multiple easy
240 The share interface offers CURL_LOCK_DATA_HSTS to have multiple easy handle
254 Using the share interface users can share some data between easy handles but
490 If a name resolve has been initiated for name NN and a second easy handle
520 on easy handles. We should introduces a version of that for the multi handle,
921 allow multiple easy handles to reuse the CA cache and save themselves from a

Completed in 78 milliseconds

1234567