Home
last modified time | relevance | path

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

/src/contrib/lib9p/
H A Dconnection.c176 ht_destroy(&conn->lc_requests); in l9p_connection_close()
177 ht_destroy(&conn->lc_files); in l9p_connection_close()
H A Dhashtable.h97 void ht_destroy(struct ht *h);
H A Dhashtable.c55 ht_destroy(struct ht *h) in ht_destroy() function