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

/bind-9.11.3/lib/dns/
H A Dsoa.c65 isc_buffer_t rdatabuf; local
71 isc_buffer_init(&rdatabuf, buffer, DNS_SOA_BUFFERSIZE);
87 &soa, &rdatabuf));
H A Dsdlz.c1847 isc_buffer_t *rdatabuf = NULL; local
1918 rdatabuf = NULL;
1919 result = isc_buffer_allocate(mctx, &rdatabuf, size);
1926 mctx, rdatabuf,
1929 isc_buffer_free(&rdatabuf);
1941 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
1949 if (rdatabuf != NULL)
1950 isc_buffer_free(&rdatabuf);
H A Dsdb.c281 isc_buffer_t *rdatabuf = NULL; local
312 result = isc_buffer_allocate(mctx, &rdatabuf, rdlen);
317 isc_buffer_copyregion(rdatabuf, &region);
318 isc_buffer_usedregion(rdatabuf, &region);
323 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
H A Dclient.c2586 isc_buffer_t *namebuf = NULL, *rdatabuf = NULL; local
2626 rdatabuf = NULL;
2627 result = isc_buffer_allocate(mctx, &rdatabuf,
2631 isc_buffer_putmem(rdatabuf, r.base, r.length);
2632 isc_buffer_usedregion(rdatabuf, &r);
2639 dns_message_takebuffer(msg, &rdatabuf);
H A Ddst_api.c1510 u_char rdatabuf[DST_KEY_MAXSIZE]; local
1610 isc_buffer_init(&b, rdatabuf, sizeof(rdatabuf));
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddns.c541 dns_rdata_t *rdata, isc_buffer_t *rdatabuf)
622 ctx->lexer, zname, 0, ctx->mctx, rdatabuf,
642 isc_buffer_t rdlenbuf, rdatabuf; local
697 isc_buffer_init(&rdatabuf, rdataarray, sizeof(rdataarray));
713 &rdata, &rdatabuf);
721 &rdtype, &rdata, &rdatabuf);
722 if (isc_buffer_usedlength(&rdatabuf) > 0)
732 &rdtype, &rdata, &rdatabuf);
733 if (isc_buffer_usedlength(&rdatabuf) > 0)
743 &rdtype, &rdata, &rdatabuf);
537 read_update_line(perf_dnsctx_t *ctx, const isc_textregion_t *line, char *str, dns_name_t *zname, int want_ttl, int need_type, int want_rdata, int need_rdata, dns_name_t *name, isc_uint32_t *ttlp, dns_rdatatype_t *typep, dns_rdata_t *rdata, isc_buffer_t *rdatabuf) argument
[all...]
/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h180 isc_buffer_t rdatabuf; member in struct:dig_lookup
/bind-9.11.3/bin/dig/
H A Ddighost.c2285 isc_buffer_init(&lookup->rdatabuf, lookup->rdatastore,
2293 &lookup->rdatabuf);

Completed in 75 milliseconds