Searched refs:provide_hash (Results 1 – 1 of 1) sorted by relevance
| /src/sbin/rcorder/ |
| H A D | rcorder.c | 95 static Hash_Table provide_hash_s, *provide_hash; variable 233 provide_hash = &provide_hash_s; in initialize() 234 Hash_InitTable(provide_hash, file_count); in initialize() 295 entry = Hash_CreateEntry(provide_hash, s, &new); in add_require() 316 entry = Hash_CreateEntry(provide_hash, s, &new); in add_provide() 555 entry = Hash_CreateEntry(provide_hash, buffer, &new); in make_fake_provision() 604 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new); in insert_before() 610 Hash_FindEntry(provide_hash, bl_list->s), in insert_before() 1024 entry = Hash_EnumFirst(provide_hash, &psearch); in generate_graphviz_providers()
|