Searched refs:provide_hash (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Drcorder.c102 Hash_Table provide_hash_s, *provide_hash; variable
217 provide_hash = &provide_hash_s;
218 Hash_InitTable(provide_hash, file_count);
279 entry = Hash_CreateEntry(provide_hash, s, &new);
300 entry = Hash_CreateEntry(provide_hash, s, &new);
490 entry = Hash_CreateEntry(provide_hash, buffer, &new);
538 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new);

Completed in 126 milliseconds