Home
last modified time | relevance | path

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

/freebsd-head/contrib/lib9p/
HDhashtable.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()
HDhashtable.h46 void * hti_data; member