Searched refs:curl_llist_dtor (Results 1 – 6 of 6) sorted by relevance
28 typedef void (*curl_llist_dtor)(void *, void *); typedef41 curl_llist_dtor dtor;46 struct curl_llist *Curl_llist_alloc(curl_llist_dtor);
35 llist_init(struct curl_llist *l, curl_llist_dtor dtor) in llist_init()44 Curl_llist_alloc(curl_llist_dtor dtor) in Curl_llist_alloc()
200 new_list = Curl_llist_alloc((curl_llist_dtor) site_blacklist_llist_dtor); in Curl_pipeline_set_site_blacklist()293 new_list = Curl_llist_alloc((curl_llist_dtor) server_blacklist_llist_dtor); in Curl_pipeline_set_server_blacklist()
61 (*cb_ptr)->conn_list = Curl_llist_alloc((curl_llist_dtor) conn_llist_dtor); in bundle_create()
72 h->table[i] = Curl_llist_alloc((curl_llist_dtor) hash_element_dtor); in Curl_hash_init()
3835 conn->send_pipe = Curl_llist_alloc((curl_llist_dtor) llist_dtor); in allocate_conn()3836 conn->recv_pipe = Curl_llist_alloc((curl_llist_dtor) llist_dtor); in allocate_conn()