Lines Matching defs:table
123 client_entry **table;
278 client_list->table = (client_entry**) (client_list + 1);
280 client_list->table[idx] = NULL;
683 * The clients are kept in a simple hash table, which consists of an
697 * and it keeps the hash table evenly balanced (i.e. same number of entries
739 entry = client_list->table[bucket];
750 entry->next = client_list->table[bucket];
751 client_list->table[bucket] = entry;
781 entry = client_list->table[idx];
791 client_list->table[idx] = NULL;
851 entry->next = client_list->table[bucket];
852 client_list->table[bucket] = entry;
1088 * Opaque and hash-table management
1933 digest_cmds, /* command table */