Home | History | Annotate | Download | only in lib

Lines Matching refs:conn_list

61   (*cb_ptr)->conn_list = Curl_llist_alloc((curl_llist_dtor) conn_llist_dtor);
62 if(!(*cb_ptr)->conn_list) {
74 if(cb_ptr->conn_list) {
75 Curl_llist_destroy(cb_ptr->conn_list, NULL);
76 cb_ptr->conn_list = NULL;
85 if(!Curl_llist_insert_next(cb_ptr->conn_list, cb_ptr->conn_list->tail, conn))
100 curr = cb_ptr->conn_list->head;
103 Curl_llist_remove(cb_ptr->conn_list, curr, NULL);
288 curr = bundle->conn_list->head;
317 curr = bundle->conn_list->head;
352 curr = bundle->conn_list->head;