Lines Matching full:ak
385 struct ub_packed_rrset_key* ak; in move_into_cache() local
391 ak = alloc_special_obtain(worker->alloc); in move_into_cache()
392 if(!ak) { in move_into_cache()
396 ak->entry.data = NULL; in move_into_cache()
397 ak->rk = k->rk; in move_into_cache()
398 ak->entry.hash = rrset_key_hash(&k->rk); in move_into_cache()
399 ak->rk.dname = (uint8_t*)memdup(k->rk.dname, k->rk.dname_len); in move_into_cache()
400 if(!ak->rk.dname) { in move_into_cache()
402 ub_packed_rrset_parsedelete(ak, worker->alloc); in move_into_cache()
412 ub_packed_rrset_parsedelete(ak, worker->alloc); in move_into_cache()
430 ak->entry.data = ad; in move_into_cache()
432 ref.key = ak; in move_into_cache()
433 ref.id = ak->id; in move_into_cache()