Home
last modified time | relevance | path

Searched refs:maxbm (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libc/resolv/
Dres_mkupdate.c353 unsigned int maxbm = 0; in res_nmkupdate() local
379 if ((unsigned)n > maxbm) in res_nmkupdate()
380 maxbm = n; in res_nmkupdate()
384 maxbm = maxbm/8 + 1; in res_nmkupdate()
385 ShrinkBuffer(maxbm); in res_nmkupdate()
386 memcpy(cp, bm, maxbm); in res_nmkupdate()
387 cp += maxbm; in res_nmkupdate()