Home
last modified time | relevance | path

Searched refs:easy (Results 76 – 100 of 162) sorted by relevance

1234567

/curl/tests/data/
H A Dtest155721 Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry
H A Dtest67147 Request pause from mime read callback: easy
H A Dtest67347 Request pause from form read callback: easy
/curl/packages/OS400/
H A Dccsidcurl.h101 CURL_EXTERN CURLHcode curl_easy_header_ccsid(CURL *easy, const char *name,
108 CURL_EXTERN CURLcode curl_easy_setopt_RPGnum_(CURL *easy,
/curl/lib/
H A Dasyn-ares.c160 struct Curl_easy *easy = data; in sock_state_cb() local
162 DEBUGASSERT(easy); in sock_state_cb()
163 Curl_multi_closed(easy, socket_fd); in sock_state_cb()
174 CURLcode Curl_resolver_init(struct Curl_easy *easy, void **resolver) in Curl_resolver_init() argument
180 options.sock_state_cb_data = easy; in Curl_resolver_init()
228 CURLcode Curl_resolver_duphandle(struct Curl_easy *easy, void **to, void *from) in Curl_resolver_duphandle() argument
236 return Curl_resolver_init(easy, to); in Curl_resolver_duphandle()
H A Drequest.c120 Curl_close(&req->doh->probe[0].easy); in Curl_req_hard_reset()
121 Curl_close(&req->doh->probe[1].easy); in Curl_req_hard_reset()
177 Curl_close(&req->doh->probe[0].easy); in Curl_req_free()
178 Curl_close(&req->doh->probe[1].easy); in Curl_req_free()
H A Ddoh.h63 CURL *easy; member
/curl/docs/libcurl/
H A Dcurl_pushheader_byname.md44 CURL *easy,
60 curl_easy_setopt(easy, CURLOPT_WRITEDATA, out);
H A Dlibcurl.md8 - libcurl-easy (3)
24 libcurl-easy(3), libcurl-multi(3), libcurl-share(3),
33 To transfer files, you create an "easy handle" using curl_easy_init(3)
40 To actually transfer data you have the option of using the "easy" interface,
43 The easy interface is a synchronous interface with which you call
46 the libcurl-easy(3) man page.
83 You can have multiple easy handles share certain data, even if they are used
148 If you use the easy interface, and you call curl_easy_cleanup(3), all
153 new easy handles to do transfers do not affect them. Instead all added easy
H A Dcurl_easy_nextheader.md23 struct curl_header *curl_easy_nextheader(CURL *easy,
60 is associated with the easy handle. Applications must copy the data if they
61 want it to survive subsequent API calls or the life-time of the easy handle.
H A Dcurl_multi_poll.md18 curl_multi_poll - poll on all easy handles in a multi handle
34 curl_multi_poll(3) polls all file descriptors used by the curl easy
99 /* add the individual easy handle */
H A DMakefile.inc113 libcurl-easy.3 \
H A Dcurl_easy_header.md26 CURLHcode curl_easy_header(CURL *easy,
65 The memory for the returned struct is associated with the easy handle and
67 previous calls for the same easy handle. Applications need to copy the data if
69 calling curl_easy_cleanup(3) of the easy handle.
H A Dcurl_multi_socket.md35 still running easy handles within the multi handle. When this number reaches
39 completed. Use curl_multi_info_read(3) to figure out which easy handle that
H A Dcurl_easy_option_by_name.md17 curl_easy_option_by_name - find an easy setopt option by name
H A Dcurl_multi_socket_action.md45 At return, **running_handles** points to the number of running easy handles
50 curl_multi_info_read(3) to figure out which easy handle that completed.
82 4. Add easy handles with curl_multi_add_handle()
H A Dcurl_multi_info_read.md49 more involved information is wanted, the particular "easy handle" is present
64 is done, and then **result** contains the return code for the easy handle
H A Dlibcurl-tutorial.md8 - libcurl-easy (3)
152 easy interface are prefixed with 'curl_easy'. The easy interface lets you do
163 To use the easy interface, you must first create yourself an easy handle. You
168 Get an easy handle with
184 make a clone of an easy handle (with all its set options) using
1045 think fit. Adding headers is this easy:
1307 /* Set these into the easy handle. */
1401 can use curl_multi_remove_handle(3) to remove individual easy
1418 You can share some data between easy handles when the easy interface is used,
1421 When you add easy handles to a multi handle, these easy handles automatically
[all …]
/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETFUNCTION.md24 int socket_callback(CURL *easy, /* easy handle */
51 *easy* identifies the specific transfer for which this update is related.
H A DCURLOPT_SHARE.md36 If you add a share that is set to share cookies, your easy handle uses that
39 cookies), the easy handle gets its cookie engine disabled.
H A DCURLOPT_HSTSREADFUNCTION.md32 CURLSTScode hstsread(CURL *easy, struct curl_hstsentry *sts, void *clientp);
73 static CURLSTScode hsts_cb(CURL *easy, struct curl_hstsentry *sts,
H A DCURLINFO_TLS_SSL_PTR.md102 longer associated with the easy handle (e.g. curl_easy_perform(3) has
110 This option only retrieves the first in-use SSL session pointer for your easy
111 handle, however your easy handle may have more than one in-use SSL session if
114 retrieve a second in-use SSL session associated with an easy handle.
H A DCURLOPT_HSTSWRITEFUNCTION.md37 CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *sts,
77 static CURLSTScode hswr_cb(CURL *easy, struct curl_hstsentry *sts,
/curl/include/curl/
H A Dmulti.h299 typedef int (*curl_socket_callback)(CURL *easy, /* easy handle */
462 CURL *easy,
/curl/packages/vms/
H A Dstage_curl_install.com13 $! [usr.include.curl]easy.h
134 $ copy [--.include.curl]easy.h -
135 'new_gnu'[usr.include.curl]easy.h

Completed in 44 milliseconds

1234567