Searched refs:curl_llist_element (Results 1 – 9 of 9) sorted by relevance
/external/curl/lib/ |
D | llist.h | 30 struct curl_llist_element { struct 33 struct curl_llist_element *prev; argument 34 struct curl_llist_element *next; argument 38 struct curl_llist_element *head; 39 struct curl_llist_element *tail; 47 int Curl_llist_insert_next(struct curl_llist *, struct curl_llist_element *, 49 int Curl_llist_remove(struct curl_llist *, struct curl_llist_element *, 53 int Curl_llist_move(struct curl_llist *, struct curl_llist_element *, 54 struct curl_llist *, struct curl_llist_element *);
|
D | llist.c | 69 Curl_llist_insert_next(struct curl_llist *list, struct curl_llist_element *e, in Curl_llist_insert_next() 72 struct curl_llist_element *ne = malloc(sizeof(struct curl_llist_element)); in Curl_llist_insert_next() 110 Curl_llist_remove(struct curl_llist *list, struct curl_llist_element *e, in Curl_llist_remove() 164 int Curl_llist_move(struct curl_llist *list, struct curl_llist_element *e, in Curl_llist_move() 166 struct curl_llist_element *to_e) in Curl_llist_move()
|
D | pipeline.c | 106 struct curl_llist_element *sendhead = conn->send_pipe->head; in Curl_add_handle_to_pipeline() 136 struct curl_llist_element *curr; in Curl_move_handle_from_send_to_recv_pipe() 173 struct curl_llist_element *curr; in Curl_pipeline_site_blacklisted() 265 struct curl_llist_element *curr; in Curl_pipeline_server_blacklisted() 326 struct curl_llist_element *curr = pipeline->head; in pipe_head() 413 struct curl_llist_element *curr;
|
D | hash.c | 127 struct curl_llist_element *le; in Curl_hash_add() 161 struct curl_llist_element *le; in Curl_hash_delete() 179 struct curl_llist_element *le; in Curl_hash_pick() 201 struct curl_llist_element *le; in Curl_hash_apply() 248 struct curl_llist_element *le; in Curl_hash_clean_with_criterium() 249 struct curl_llist_element *lnext; in Curl_hash_clean_with_criterium()
|
D | conncache.c | 98 struct curl_llist_element *curr; in bundle_remove_conn() 273 struct curl_llist_element *curr; in Curl_conncache_foreach() 314 struct curl_llist_element *curr; in Curl_conncache_find_first_connection() 334 struct curl_llist_element *curr;
|
D | hash.h | 68 struct curl_llist_element *current_element;
|
D | multi.c | 486 struct curl_llist_element *e; in curl_multi_remove_handle() 1936 struct curl_llist_element *e; in curl_multi_info_read() 2157 struct curl_llist_element *e; in add_next_timeout() 2163 struct curl_llist_element *n = e->next; in add_next_timeout() 2533 struct curl_llist_element *e; in multi_addtimeout() 2535 struct curl_llist_element *prev = NULL; in multi_addtimeout() 2750 struct curl_llist_element *e = multi->pending->head; in Curl_multi_process_pending_handles() 2754 struct curl_llist_element *next = e->next; in Curl_multi_process_pending_handles()
|
D | url.c | 2844 struct curl_llist_element *curr; in Curl_removeHandleFromPipeline() 2861 struct curl_llist_element *curr; 2874 struct curl_llist_element *curr = pipeline->head; in gethandleathead() 2900 struct curl_llist_element *curr; in signalPipeClose() 2907 struct curl_llist_element *next = curr->next; in signalPipeClose() 2937 struct curl_llist_element *curr; in find_oldest_idle_connection() 2988 struct curl_llist_element *curr; in find_oldest_idle_connection_in_bundle() 3133 struct curl_llist_element *curr; in ConnectionExists()
|
/external/curl/tests/unit/ |
D | unit1300.c | 61 struct curl_llist_element *head; 62 struct curl_llist_element *element_next; 63 struct curl_llist_element *element_prev; 64 struct curl_llist_element *to_remove;
|