Lines Matching defs:table
27 * hash table library interface definitions
36 #define HASH_FIXED (1L<<1) /* fixed table size */
38 #define HASH_RESIZE (1L<<2) /* table has been resized */
41 #define HASH_STATIC (1L<<5) /* static table allocation */
152 Hash_table_t* table; /* last lookup table */
159 struct Hash_root /* root hash table information */
171 struct Hash_table /* hash table information */
173 Hash_root_t* root; /* root hash table information */
174 int size; /* table size */
176 char* name; /* table name */
177 Hash_table_t* scope; /* scope covered table */