Home
last modified time | relevance | path

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

/external/curl/lib/
Dconncache.c45 static void conn_llist_dtor(void *user, void *element) in conn_llist_dtor() function
62 Curl_llist_init(&(*bundlep)->conn_list, (Curl_llist_dtor) conn_llist_dtor); in bundle_create()