Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c347 unsigned int maxbm = 0; in res_nmkupdate() local
373 if ((unsigned)n > maxbm) in res_nmkupdate()
374 maxbm = n; in res_nmkupdate()
378 maxbm = maxbm/8 + 1; in res_nmkupdate()
379 ShrinkBuffer(maxbm); in res_nmkupdate()
380 memcpy(cp, bm, maxbm); in res_nmkupdate()
381 cp += maxbm; in res_nmkupdate()