Home
last modified time | relevance | path

Searched refs:Curl_multi (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/
Dmultiif.h30 bool Curl_pipeline_wanted(const struct Curl_multi* multi, int bits);
35 struct Curl_multi *Curl_multi_handle(int hashsize, int chashsize);
54 void Curl_multi_dump(const struct Curl_multi *multi_handle);
57 void Curl_multi_process_pending_handles(struct Curl_multi *multi);
60 size_t Curl_multi_max_host_connections(struct Curl_multi *multi);
63 curl_off_t Curl_multi_content_length_penalty_size(struct Curl_multi *multi);
66 curl_off_t Curl_multi_chunk_length_penalty_size(struct Curl_multi *multi);
69 struct curl_llist *Curl_multi_pipelining_site_bl(struct Curl_multi *multi);
72 struct curl_llist *Curl_multi_pipelining_server_bl(struct Curl_multi *multi);
75 size_t Curl_multi_max_total_connections(struct Curl_multi *multi);
[all …]
Dmulti.c64 ((x) && (((struct Curl_multi *)(x))->type == CURL_MULTI_HANDLE))
68 static void singlesocket(struct Curl_multi *multi,
70 static int update_timer(struct Curl_multi *multi);
73 struct Curl_multi *multi,
75 static CURLMcode multi_timeout(struct Curl_multi *multi,
264 static CURLMcode multi_addmsg(struct Curl_multi *multi, in multi_addmsg()
284 struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */ in Curl_multi_handle()
287 struct Curl_multi *multi = calloc(1, sizeof(struct Curl_multi)); in Curl_multi_handle()
349 struct Curl_multi *multi = (struct Curl_multi *)multi_handle; in curl_multi_add_handle()
481 struct Curl_multi *multi=(struct Curl_multi *)multi_handle; in curl_multi_remove_handle()
[all …]
Dmultihandle.h68 struct Curl_multi { struct
Durldata.h1344 struct Curl_multi; /* declared and used only in multi.c */
1670 struct Curl_multi *multi; /* if non-NULL, points to the multi handle
1673 struct Curl_multi *multi_easy; /* if non-NULL, points to the multi handle
Deasy.c572 static CURLcode wait_or_timeout(struct Curl_multi *multi, struct events *ev) in wait_or_timeout()
Durl.c402 struct Curl_multi *m; in Curl_close()
3082 static size_t max_pipeline_length(struct Curl_multi *multi) in max_pipeline_length()
/external/curl/docs/
DINTERNALS875 order to do any transfer, the ->multi member will point to the `Curl_multi`
879 a `Curl_multi` when a transfer is in progress.
918 dummy `closure_handle` SessionHandle in the `Curl_multi` struct to use when
928 ## Curl_multi
933 `Curl_multi` is the multi handle struct exposed as "CURLM *" in external APIs.
962 points to the Curl_multi struct.