Home
last modified time | relevance | path

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

/external/curl/lib/
Dconncache.c64 static void conn_llist_dtor(void *user, void *element) in conn_llist_dtor() function
83 Curl_llist_init(&(*cb_ptr)->conn_list, (curl_llist_dtor) conn_llist_dtor); in bundle_create()