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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dmaster.h83 isc_uint32_t totallen; /* length of the data for this member in struct:__anon94
/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c920 isc_uint32_t totallen; local
929 totallen = 0;
942 isc_buffer_putuint32(buffer, totallen); /* XXX: leave space */
948 totallen = isc_buffer_usedlength(buffer);
949 INSIST(totallen <= sizeof(dns_masterrawrdataset_t));
957 totallen += sizeof(dlen) + r.length;
989 totallen += sizeof(dlen) + r.length;
1005 isc_buffer_putuint32(buffer, totallen);
1006 INSIST(isc_buffer_usedlength(buffer) < totallen);
H A Dmaster.c2141 isc_uint32_t totallen; local
2148 sizeof(totallen));
2149 result = isc_stdio_read(target.base, 1, sizeof(totallen),
2158 isc_buffer_add(&target, sizeof(totallen));
2159 totallen = isc_buffer_getuint32(&target);
2164 minlen = sizeof(totallen) + sizeof(isc_uint16_t) +
2167 if (totallen < minlen) {
2171 totallen -= sizeof(totallen);
2174 if (totallen > isc_buffer_availablelengt
[all...]

Completed in 19 milliseconds