Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c61 typedef struct HashNode HashNode; typedef
62 struct HashNode { struct
91 static HashNode *_del_HashNode(HashTable *hash, HashNode *node);
95 const char *name, HashNode **prev);
342 HashNode *node; /* The new node */ in _new_HashSymbol()
479 HashNode *node; /* The new node */ in _new_HashNode()
533 static HashNode *_del_HashNode(HashTable *hash, HashNode *node) in _del_HashNode()
599 const char *name, HashNode **prev) in _find_HashNode()
689 HashNode *node = bucket->head; in _clear_HashTable()
691 HashNode *next = node->next; in _clear_HashTable()
[all …]