Searched refs:Hash_CreateEntry (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sbin/rcorder/ |
H A D | rcorder.c | 278 entry = Hash_CreateEntry(provide_hash, s, &new); in add_require() 299 entry = Hash_CreateEntry(provide_hash, s, &new); in add_provide() 489 entry = Hash_CreateEntry(provide_hash, buffer, &new); in make_fake_provision() 537 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new); in insert_before()
|
H A D | hash.h | 156 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, int *);
|
H A D | hash.c | 265 Hash_CreateEntry(Hash_Table *t, char *key, int *newPtr) in Hash_CreateEntry() function
|