Home
last modified time | relevance | path

Searched refs:msgsent (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dmultihandle.h104 struct Curl_llist msgsent; /* Curl_easys that are in the member
H A Dmulti.c396 Curl_llist_init(&multi->msgsent, NULL); in Curl_multi_handle()
866 /* the handle is in the pending or msgsent lists, so go ahead and remove in curl_multi_remove_handle()
871 Curl_llist_remove(&multi->msgsent, &data->connect_queue, NULL); in curl_multi_remove_handle()
2736 /* add this handle to the list of msgsent handles */
2737 Curl_llist_insert_next(&multi->msgsent, multi->msgsent.tail, data,
2818 struct Curl_llist_element *e = multi->msgsent.head;

Completed in 6 milliseconds