Searched defs:commonlen (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dmaster.c2158 size_t commonlen = sizeof(header.format) + sizeof(header.version); local
2172 INSIST(commonlen <= sizeof(header));
2175 result = isc_stdio_read(data, 1, commonlen, lctx->f, NULL);
2183 isc_buffer_add(&target, (unsigned int)commonlen);
2201 remainder = sizeof(header) - commonlen;
2210 result = isc_stdio_read(data + commonlen, 1, remainder, lctx->f, NULL);

Completed in 20 milliseconds