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