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

/ast/src/lib/libast/hash/
H A Dhashlib.h67 Hash_root_t* next; /* next in list of all roots */ \
99 Hash_root_t* list; /* root table list */
H A Dhashalloc.c82 if (!(tab->root = (Hash_root_t*)(*region)(handle, NiL, sizeof(Hash_root_t), 0)))
84 memset(tab->root, 0, sizeof(Hash_root_t));
86 else if (!(tab->root = newof(0, Hash_root_t, 1, 0)))
H A Dhashdump.c134 dumproot(register Hash_root_t* root, register int flags)
166 register Hash_root_t* root;
H A Dhashfree.c46 Hash_root_t* rp;
/ast/src/lib/libast/include/
H A Dhash.h120 typedef struct Hash_root Hash_root_t; typedef in typeref:struct:Hash_root
173 Hash_root_t* root; /* root hash table information */

Completed in 21 milliseconds