Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dhash.c960 hash_item_string *hi; in hash_add_string()
961 hash_item_string *h; in hash_add_string()
968 newli = ll_newitem(sizeof(hash_item_string)); in hash_add_string()
969 hi = (hash_item_string *)newli->datum; in hash_add_string()
983 h = (hash_item_string *)li->datum; in hash_add_string()
1005 return ((hash_item_string *)(li->datum))->value; in hash_add_string()
1023 hash_item_string *hi; in hash_replace_string()
1037 hi = (hash_item_string *)li->datum; in hash_replace_string()
1052 li = ll_newitem(sizeof(hash_item_string)); in hash_replace_string()
1053 hi = (hash_item_string *)li->datum; in hash_replace_string()
[all …]
H A Dhash.h110 typedef struct hash_item_string { struct
113 } hash_item_string; typedef
119 hash_item_string *hash_first_string(hash_table *ht, hash_pos *pos);
120 hash_item_string *hash_next_string(hash_pos *pos);