Home
last modified time | relevance | path

Searched refs:scratchpad (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/usr.sbin/unbound/daemon/
Dworker.c161 + regional_get_mem(worker->scratchpad) in worker_mem_report()
489 worker->scratchpad, &msg, timenow, 0, NULL, 0); in answer_norec_from_cache()
511 msg->rep, LDNS_RCODE_SERVFAIL, edns, repinfo, worker->scratchpad, in answer_norec_from_cache()
518 worker->scratchpad, msg->rep->reason_bogus, in answer_norec_from_cache()
551 (int)(flags&LDNS_RCODE_MASK), edns, repinfo, worker->scratchpad, in answer_norec_from_cache()
562 worker->scratchpad, msg->rep->reason_bogus, in answer_norec_from_cache()
566 repinfo->c->buffer, 0, 1, worker->scratchpad, in answer_norec_from_cache()
569 LDNS_RCODE_SERVFAIL, edns, repinfo, worker->scratchpad, in answer_norec_from_cache()
603 alias_rrset, 0, worker->scratchpad, az, NULL)) in apply_respip_action()
718 LDNS_RCODE_SERVFAIL, edns, repinfo, worker->scratchpad, in answer_from_cache()
[all …]
Dworker.h125 struct regional* scratchpad; member
Dcachedump.c261 regional_free_all(worker->scratchpad); in dump_msg_lruhash()
264 if(!copy_msg(worker->scratchpad, e, &k, &d)) { in dump_msg_lruhash()
445 struct regional* region = worker->scratchpad; in load_rrset()
629 struct regional* region = worker->scratchpad; in load_msg()
838 struct regional* region = worker->scratchpad; in print_deleg_lookup()
/openbsd/src/sbin/unwind/libunbound/daemon/
Dworker.h125 struct regional* scratchpad; member
/openbsd/src/usr.bin/dig/lib/dns/
Dmessage.c178 ISC_LIST_APPEND(msg->scratchpad, dynbuf, link); in newbuffer()
186 dynbuf = ISC_LIST_TAIL(msg->scratchpad); in currentbuffer()
475 dynbuf = ISC_LIST_HEAD(msg->scratchpad); in msgreset()
483 ISC_LIST_UNLINK(msg->scratchpad, dynbuf, link); in msgreset()
635 ISC_LIST_INIT(m->scratchpad); in dns_message_create()
651 ISC_LIST_APPEND(m->scratchpad, dynbuf, link); in dns_message_create()
662 dynbuf = ISC_LIST_HEAD(m->scratchpad); in dns_message_create()
664 ISC_LIST_UNLINK(m->scratchpad, dynbuf, link); in dns_message_create()
/openbsd/src/usr.bin/dig/lib/dns/include/dns/
Dmessage.h207 isc_bufferlist_t scratchpad; member
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod1975 Clears a slot in the current scratchpad which corresponds to C<sv> at
2286 array is created, which is called a scratchpad for the current unit.
2288 A scratchpad keeps SVs which are lexicals for the current unit and are
2290 stated that one can deduce that an SV lives on a scratchpad
2310 the scratchpad AV. In fact it contains a pointer to an AV of
2311 (initially) one element, and this element is the scratchpad AV. Why do
2324 if it is, new scratchpad is created and pushed into the array.
2326 The I<target>s on this scratchpad are C<undef>s, but they are already
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlglossary.pod2390 Short X<pads (scratchpads)>for B<scratchpad>.
2911 =item scratchpad
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst3101 supported facilities such as memory utilizing base address registers, scratchpad
3113 allows them to be allocated in faster scratchpad memory represented by a
DAMDGPUUsage.rst1942 which is scratchpad memory allocated per device.
/openbsd/src/usr.sbin/unbound/doc/
DChangelog11815 - thread keeps a scratchpad region for handling messages.