HomeSort by: relevance | last modified time | path
    Searched defs:commonlen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
master.c 2270 size_t commonlen = sizeof(header.format) + sizeof(header.version); local
2284 INSIST(commonlen <= sizeof(header));
2287 result = isc_stdio_read(data, 1, commonlen, lctx->f, NULL);
2294 isc_buffer_add(&target, (unsigned int)commonlen);
2310 remainder = sizeof(header) - commonlen;
2319 result = isc_stdio_read(data + commonlen, 1, remainder, lctx->f, NULL);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
master.c 2283 size_t commonlen = sizeof(header.format) + sizeof(header.version); local
2299 INSIST(commonlen <= sizeof(header));
2302 result = isc_stdio_read(data, 1, commonlen, lctx->f, NULL);
2310 isc_buffer_add(&target, (unsigned int)commonlen);
2329 remainder = sizeof(header) - commonlen;
2338 result = isc_stdio_read(data + commonlen, 1, remainder, lctx->f, NULL);

Completed in 30 milliseconds