Searched refs:scratchpad (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h226 isc_bufferlist_t scratchpad; member in struct:dns_message
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c101 * This is the size of each individual scratchpad buffer, and the numbers
274 ISC_LIST_APPEND(msg->scratchpad, dynbuf, link);
282 dynbuf = ISC_LIST_TAIL(msg->scratchpad);
571 dynbuf = ISC_LIST_HEAD(msg->scratchpad);
579 ISC_LIST_UNLINK(msg->scratchpad, dynbuf, link);
741 ISC_LIST_INIT(m->scratchpad);
772 ISC_LIST_APPEND(m->scratchpad, dynbuf, link);
783 dynbuf = ISC_LIST_HEAD(m->scratchpad);
785 ISC_LIST_UNLINK(m->scratchpad, dynbuf, link);

Completed in 159 milliseconds