HomeSort by: relevance | last modified time | path
    Searched defs:tmprdatabuf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
tkey.c 116 isc_buffer_t *tmprdatabuf = NULL; local
121 isc_buffer_allocate(msg->mctx, &tmprdatabuf, r.length);
122 isc_buffer_availableregion(tmprdatabuf, &newr);
125 dns_message_takebuffer(msg, &tmprdatabuf);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tkey.c 169 isc_buffer_t *tmprdatabuf = NULL; local
174 isc_buffer_allocate(msg->mctx, &tmprdatabuf, r.length);
175 isc_buffer_availableregion(tmprdatabuf, &newr);
178 dns_message_takebuffer(msg, &tmprdatabuf);

Completed in 16 milliseconds