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
64 HashNode *next; /* The next hash-table entry in a bucket list */ argument
72 HashNode *head; /* The head of the bucket hash-node list */
91 static HashNode *_del_HashNode(HashTable *hash, HashNode *node);
92 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code,
94 static HashNode *_find_HashNode(HashTable *hash, HashBucket *bucket,
95 const char *name, HashNode **prev);
135 mem->node_memory = _new_FreeList(sizeof(HashNode), node_count); in _new_HashMemory()
342 HashNode *node; /* The new node */ in _new_HashSymbol()
[all …]