Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dhash.h140 void HashTable_Set(HashTable *, const char *, void *);
H A Dhash.c280 HashTable_Set(HashTable *t, const char *key, void *value) in HashTable_Set() function
H A Ddir.c395 HashTable_Set(&odirs->table, cdir->name, odirs->list.last); in OpenDirs_Add()
443 HashTable_Set(tbl, pathname, cst); in cached_stats()
H A Darch.c619 HashTable_Set(&ar->members, memName, cached_hdr); in ArchStatMember()
H A Dmain.c2022 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()
H A DChangeLog323 o hash.c: change return type of HashTable_Set to void
976 o replace a few HashTable_CreateEntry with HashTable_Set
1011 o replace a few HashTable_CreateEntry with HashTable_Set