Lines Matching defs:table
29 * hash table library interface definitions
45 #define HASH_FIXED (1L<<1) /* fixed table size */
47 #define HASH_RESIZE (1L<<2) /* table has been resized */
50 #define HASH_STATIC (1L<<5) /* static table allocation */
161 Hash_table_t* table; /* last lookup table */
168 struct Hash_root /* root hash table information */
180 struct Hash_table /* hash table information */
182 Hash_root_t* root; /* root hash table information */
183 int size; /* table size */
185 char* name; /* table name */
186 Hash_table_t* scope; /* scope covered table */