Searched refs:Hash_Table (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sbin/rcorder/ |
| H A D | hash.h | 69 typedef struct Hash_Table { struct 76 } Hash_Table; typedef 84 Hash_Table *tablePtr; /* Table being searched. */ 125 void Hash_InitTable(Hash_Table *, int); 126 void Hash_DeleteTable(Hash_Table *); 127 Hash_Entry *Hash_FindEntry(Hash_Table *, char *); 128 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *); 129 void Hash_DeleteEntry(Hash_Table *, Hash_Entry *); 130 Hash_Entry *Hash_EnumFirst(Hash_Table *, Hash_Search *);
|
| H A D | hash.c | 82 static void RebuildTable(Hash_Table *); 109 register Hash_Table *t, /* Structure to use to hold table. */ in Hash_InitTable() 155 Hash_DeleteTable(Hash_Table *t) in Hash_DeleteTable() 195 Hash_Table *t, /* Hash table to search. */ in Hash_FindEntry() 232 register Hash_Table *t, /* Hash table to search. */ in Hash_CreateEntry() 298 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *e) in Hash_DeleteEntry() 338 Hash_Table *t, /* Table to be searched. */ in Hash_EnumFirst() 372 Hash_Table *t = searchPtr->tablePtr; in Hash_EnumNext() 413 RebuildTable(register Hash_Table *t) in RebuildTable()
|
| H A D | rcorder.c | 97 static Hash_Table provide_hash_s, *provide_hash;
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | ChangeLog | 1175 o rename Hash_Table fields
|