Searched refs:HashNode (Results 1 – 1 of 1) sorted by relevance
63 typedef struct HashNode HashNode; typedef64 struct HashNode { struct66 HashNode *next; /* The next hash-table entry in a bucket list */ argument74 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 …]