Searched refs:curl_llist_dtor (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dllist.h28 typedef void (*curl_llist_dtor)(void *, void *); typedef
41 curl_llist_dtor dtor;
46 struct curl_llist *Curl_llist_alloc(curl_llist_dtor);
H A Dbundles.c60 (*cb_ptr)->conn_list = Curl_llist_alloc((curl_llist_dtor) conn_llist_dtor);
H A Dllist.c35 llist_init(struct curl_llist *l, curl_llist_dtor dtor)
44 Curl_llist_alloc(curl_llist_dtor dtor)
H A Dpipeline.c194 new_list = Curl_llist_alloc((curl_llist_dtor) site_blacklist_llist_dtor);
287 new_list = Curl_llist_alloc((curl_llist_dtor) server_blacklist_llist_dtor);
H A Dhash.c76 h->table[i] = Curl_llist_alloc((curl_llist_dtor) hash_element_dtor);
H A Durl.c3619 conn->send_pipe = Curl_llist_alloc((curl_llist_dtor) llist_dtor);
3620 conn->recv_pipe = Curl_llist_alloc((curl_llist_dtor) llist_dtor);

Completed in 39 milliseconds