Searched defs:totallen (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | master.h | 90 isc_uint32_t totallen; /* length of the data for this member in struct:__anon120
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dns.c | 422 unsigned int rdlen, totallen; local 435 totallen = name_r.length + 10 + rdlen; 436 if (totallen > isc_buffer_availablelength(packet)) {
|
/bind-9.11.3/lib/dns/ |
H A D | master.c | 2131 size_t len, FILE *f, isc_uint32_t *totallen) 2135 REQUIRE(totallen != NULL); 2144 if (*totallen < len) 2146 *totallen -= (isc_uint32_t)len; 2343 isc_uint32_t totallen; local 2350 sizeof(totallen)); 2351 result = isc_stdio_read(target.base, 1, sizeof(totallen), 2360 isc_buffer_add(&target, sizeof(totallen)); 2361 totallen = isc_buffer_getuint32(&target); 2367 minlen = sizeof(totallen) 2130 read_and_check(isc_boolean_t do_read, isc_buffer_t *buffer, size_t len, FILE *f, isc_uint32_t *totallen) argument [all...] |
H A D | masterdump.c | 1086 isc_uint32_t totallen; local 1095 totallen = 0; 1108 isc_buffer_putuint32(buffer, totallen); /* XXX: leave space */ 1114 totallen = isc_buffer_usedlength(buffer); 1115 INSIST(totallen <= sizeof(dns_masterrawrdataset_t)); 1123 totallen += sizeof(dlen) + r.length; 1154 totallen += sizeof(dlen) + r.length; 1170 isc_buffer_putuint32(buffer, totallen); 1171 INSIST(isc_buffer_usedlength(buffer) < totallen);
|
Completed in 26 milliseconds