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

/freebsd-10-stable/sbin/rcorder/
H A Drcorder.c87 static Hash_Table provide_hash_s, *provide_hash; variable
204 provide_hash = &provide_hash_s;
205 Hash_InitTable(provide_hash, file_count);
266 entry = Hash_CreateEntry(provide_hash, s, &new);
287 entry = Hash_CreateEntry(provide_hash, s, &new);
524 entry = Hash_CreateEntry(provide_hash, buffer, &new);
572 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new);

Completed in 47 milliseconds