Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhash.c63 typedef struct HashNode HashNode; typedef
64 struct HashNode { struct
66 HashNode *next; /* The next hash-table entry in a bucket list */ argument
74 HashNode *head; /* The head of the bucket hash-node list */
93 static HashNode *_del_HashNode(HashTable *hash, HashNode *node);
94 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code,
96 static HashNode *_find_HashNode(HashTable *hash, HashBucket *bucket,
97 const char *name, HashNode **prev);
137 mem->node_memory = _new_FreeList(sizeof(HashNode), node_count); in _new_HashMemory()
344 HashNode *node; /* The new node */ in _new_HashSymbol()
[all …]