Home
last modified time | relevance | path

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

/netbsd-src/sbin/rcorder/
H A Drcorder.c278 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 Dhash.h156 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, int *);
H A Dhash.c265 Hash_CreateEntry(Hash_Table *t, char *key, int *newPtr) in Hash_CreateEntry() function