Lines Matching defs:bucket
102 free_elt(isccc_symtab_t *symtab, unsigned int bucket, elt_t *elt) {
103 ISC_LIST_UNLINK(symtab->table[bucket], elt, link);
191 unsigned int bucket;
197 FIND(symtab, key, type, bucket, elt);
211 unsigned int bucket;
218 FIND(symtab, key, type, bucket, elt);
225 ISC_LIST_UNLINK(symtab->table[bucket], elt, link);
246 ISC_LIST_PREPEND(symtab->table[bucket], elt, link);
254 unsigned int bucket;
260 FIND(symtab, key, type, bucket, elt);
266 free_elt(symtab, bucket, elt);