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

/bind-9.6-ESV-R11/lib/dns/
H A Dtkey.c144 isc_buffer_t *tmprdatabuf = NULL; local
149 RETERR(isc_buffer_allocate(msg->mctx, &tmprdatabuf, r.length));
150 isc_buffer_availableregion(tmprdatabuf, &newr);
153 dns_message_takebuffer(msg, &tmprdatabuf);

Completed in 513 milliseconds