Searched defs:rdatabuf (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | soa.c | 65 isc_buffer_t rdatabuf; local 71 isc_buffer_init(&rdatabuf, buffer, DNS_SOA_BUFFERSIZE); 87 &soa, &rdatabuf));
|
H A D | sdb.c | 281 isc_buffer_t *rdatabuf = NULL; local 312 result = isc_buffer_allocate(mctx, &rdatabuf, rdlen); 317 isc_buffer_copyregion(rdatabuf, ®ion); 318 isc_buffer_usedregion(rdatabuf, ®ion); 323 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
|
H A D | sdlz.c | 1847 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 D | dst_api.c | 1510 u_char rdatabuf[DST_KEY_MAXSIZE]; local 1610 isc_buffer_init(&b, rdatabuf, sizeof(rdatabuf));
|
H A D | client.c | 2586 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);
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dns.c | 541 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 D | dig.h | 180 isc_buffer_t rdatabuf; member in struct:dig_lookup
|
Completed in 39 milliseconds