Home
last modified time | relevance | path

Searched refs:curl_llist_element (Results 1 – 13 of 13) sorted by relevance

/external/curl/lib/
Dllist.h30 struct curl_llist_element { struct
32 struct curl_llist_element *prev; argument
33 struct curl_llist_element *next; argument
37 struct curl_llist_element *head;
38 struct curl_llist_element *tail;
44 void Curl_llist_insert_next(struct curl_llist *, struct curl_llist_element *,
45 const void *, struct curl_llist_element *node);
46 void Curl_llist_remove(struct curl_llist *, struct curl_llist_element *,
50 void Curl_llist_move(struct curl_llist *, struct curl_llist_element *,
51 struct curl_llist *, struct curl_llist_element *);
Dpipeline.c41 struct curl_llist_element list;
105 struct curl_llist_element *sendhead = conn->send_pipe.head; in Curl_add_handle_to_pipeline()
135 struct curl_llist_element *curr; in Curl_move_handle_from_send_to_recv_pipe()
172 struct curl_llist_element *curr; in Curl_pipeline_site_blacklisted()
234 struct curl_llist_element list;
245 struct curl_llist_element *e = list->head; in Curl_pipeline_server_blacklisted()
296 struct curl_llist_element *curr = pipeline->head; in pipe_head()
383 struct curl_llist_element *curr;
Dllist.c57 Curl_llist_insert_next(struct curl_llist *list, struct curl_llist_element *e, in Curl_llist_insert_next()
59 struct curl_llist_element *ne) in Curl_llist_insert_next()
93 Curl_llist_remove(struct curl_llist *list, struct curl_llist_element *e, in Curl_llist_remove()
151 void Curl_llist_move(struct curl_llist *list, struct curl_llist_element *e, in Curl_llist_move()
153 struct curl_llist_element *to_e) in Curl_llist_move()
Dhash.c113 struct curl_llist_element *le; in Curl_hash_add()
142 struct curl_llist_element *le; in Curl_hash_delete()
164 struct curl_llist_element *le; in Curl_hash_pick()
186 struct curl_llist_element *le; in Curl_hash_apply()
236 struct curl_llist_element *le; in Curl_hash_clean_with_criterium()
237 struct curl_llist_element *lnext; in Curl_hash_clean_with_criterium()
Dconncache.c113 struct curl_llist_element *curr; in bundle_remove_conn()
359 struct curl_llist_element *curr; in Curl_conncache_foreach()
409 struct curl_llist_element *curr; in Curl_conncache_find_first_connection()
474 struct curl_llist_element *curr; in Curl_conncache_extract_bundle()
523 struct curl_llist_element *curr; in Curl_conncache_extract_oldest()
611 struct curl_llist_element *curr;
Dhash.h60 struct curl_llist_element list;
69 struct curl_llist_element *current_element;
Dfileinfo.h30 struct curl_llist_element list;
Dmultihandle.h28 struct curl_llist_element list;
Durldata.h771 struct curl_llist_element bundle_node; /* conncache */
1202 struct curl_llist_element list;
1713 struct curl_llist_element connect_queue;
1714 struct curl_llist_element pipeline_queue;
Dmulti.c629 struct curl_llist_element *e; in curl_multi_remove_handle()
2239 struct curl_llist_element *e; in curl_multi_info_read()
2447 struct curl_llist_element *e; in add_next_timeout()
2454 struct curl_llist_element *n = e->next; in add_next_timeout()
2810 struct curl_llist_element *e; in multi_deltimeout()
2834 struct curl_llist_element *e; in multi_addtimeout()
2836 struct curl_llist_element *prev = NULL; in multi_addtimeout()
3037 struct curl_llist_element *e = multi->pending.head; in Curl_multi_process_pending_handles()
3041 struct curl_llist_element *next = e->next; in Curl_multi_process_pending_handles()
Durl.c846 struct curl_llist_element *curr; in Curl_removeHandleFromPipeline()
864 struct curl_llist_element *curr;
877 struct curl_llist_element *curr = pipeline->head; in gethandleathead()
903 struct curl_llist_element *curr; in signalPipeClose()
910 struct curl_llist_element *next = curr->next; in signalPipeClose()
1083 struct curl_llist_element *curr; in ConnectionExists()
/external/curl/tests/unit/
Dunit1300.c55 struct curl_llist_element case1_list;
56 struct curl_llist_element case2_list;
57 struct curl_llist_element case3_list;
58 struct curl_llist_element case4_list;
59 struct curl_llist_element case5_list;
60 struct curl_llist_element *head;
61 struct curl_llist_element *element_next;
62 struct curl_llist_element *element_prev;
63 struct curl_llist_element *to_remove;
/external/curl/lib/vtls/
Dnss.c102 struct curl_llist_element node;