Lines Matching refs:scratchpad
184 + regional_get_mem(worker->scratchpad) in worker_mem_report()
484 worker->scratchpad, &msg, timenow); in answer_norec_from_cache()
486 regional_free_all(worker->scratchpad); in answer_norec_from_cache()
494 regional_free_all(worker->scratchpad); in answer_norec_from_cache()
504 regional_free_all(worker->scratchpad); in answer_norec_from_cache()
532 repinfo->c->buffer, 0, 1, worker->scratchpad, in answer_norec_from_cache()
537 regional_free_all(worker->scratchpad); in answer_norec_from_cache()
576 worker->scratchpad, rep->ref, rep->rrset_count); in answer_from_cache()
577 regional_free_all(worker->scratchpad); in answer_from_cache()
591 worker->scratchpad, rep->ref, rep->rrset_count); in answer_from_cache()
592 regional_free_all(worker->scratchpad); in answer_from_cache()
620 repinfo->c->buffer, timenow, 1, worker->scratchpad, in answer_from_cache()
627 rrset_array_unlock_touch(worker->env.rrset_cache, worker->scratchpad, in answer_from_cache()
629 regional_free_all(worker->scratchpad); in answer_from_cache()
934 c->buffer, worker->scratchpad, repinfo)) { in worker_handle_request()
935 regional_free_all(worker->scratchpad); in worker_handle_request()
1243 worker->scratchpad = regional_create_custom(cfg->msg_buffer_size); in worker_init()
1244 if(!worker->scratchpad) { in worker_init()
1262 worker->env.scratch = worker->scratchpad; in worker_init()
1350 regional_destroy(worker->scratchpad); in worker_delete()