Home
last modified time | relevance | path

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

/src/contrib/lib9p/
H A Dhashtable.c94 return (item->hti_data); in ht_find_locked()
119 item->hti_data = value; in ht_add()
266 return (item == NULL ? NULL : item->hti_data); in ht_next()
H A Dhashtable.h46 void * hti_data; member