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

/bind-9.11.3/lib/dns/
H A Dmasterdump.c256 int ntabs, nspaces, t; local
286 nspaces = to - from;
287 INSIST(nspaces >= 0);
290 if (r.length < (unsigned) nspaces)
294 t = nspaces;
303 isc_buffer_add(target, nspaces);

Completed in 19 milliseconds