Home
last modified time | relevance | path

Searched refs:handles (Results 26 – 42 of 42) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLMOPT_MAX_TOTAL_CONNECTIONS.md50 number of easy handles added.
H A DCURLMOPT_MAXCONNECTS.md33 handles.
H A DCURLOPT_BUFFERSIZE.md49 per multi handle. This buffer is used by all easy handles added to a multi
H A DCURLOPT_DEBUGFUNCTION.md100 If you need to distinguish your curl *handle* from internal handles then set
H A DCURLOPT_CONNECT_TO.md63 of other easy handles that have been added to the same multi handle.
/curl/docs/libcurl/
H A Dcurl_multi_remove_handle.md38 handles and transfers remain unaffected.
H A Dcurl_easy_cleanup.md38 files, reusing handles is a key to good performance with libcurl.
H A Dcurl_easy_init.md38 encouraged to reuse easy handles for repeated transfers.
H A Dcurl_multi_socket.md36 still running easy handles within the multi handle. When this number reaches
H A Dlibcurl-tutorial.md230 libcurl is not able to operate on file handles opened by the
1207 passed on properly between multiple handles without any information getting
1366 multiple transfers at the same time by adding up multiple easy handles into
1369 You create the easy handles you want, one for each concurrent transfer, and
1371 multi handle with curl_multi_init(3) and add all those easy handles to
1386 sockets/handles. You figure out what to select() for by using
1390 When you then call select(), it returns when one of the file handles signal
1403 handles. Remember that easy handles should be curl_easy_cleanup(3)ed.
1422 When you add easy handles to a multi handle, these easy handles automatically
1426 The DNS cache is shared between handles within a multi handle, making
[all …]
H A Dlibcurl.md84 You can have multiple easy handles share certain data, even if they are used
154 new easy handles to do transfers do not affect them. Instead all added easy
155 handles can take advantage of the single shared pool.
H A Dcurl_getdate.md113 This parser handles date formats specified in RFC 822 (including the update in
H A Dlibcurl-env-dbg.md142 a multi handle is destroyed. This implicitly triggers for easy handles
H A Dlibcurl-security.md196 libcurl handles IPv6 addresses transparently and just as easily as IPv4
/curl/docs/
H A DTODO230 possible to share between easy handles.
254 Using the share interface users can share some data between easy handles but
453 be unexpected for internal handles (ie DoH handles) to be passed to that
493 especially needed when adding many simultaneous handles using the same host
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
H A DFAQ1201 kept within the multi handle and will be shared among all the easy handles
/curl/tests/
H A Dservers.pm284 my @handles = `$cmd`;
285 for my $tryhandle (@handles) {

Completed in 98 milliseconds

12