Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_mkupdate.c337 unsigned int maxbm = 0; in res_nmkupdate() local
363 if ((unsigned)n > maxbm) in res_nmkupdate()
364 maxbm = n; in res_nmkupdate()
368 maxbm = maxbm/8 + 1; in res_nmkupdate()
369 ShrinkBuffer(maxbm); in res_nmkupdate()
370 memcpy(cp, bm, maxbm); in res_nmkupdate()
371 cp += maxbm; in res_nmkupdate()
/netbsd-src/lib/libresolv/
H A Dres_mkupdate.c338 unsigned int maxbm = 0; in res_nmkupdate() local
364 if ((unsigned)n > maxbm) in res_nmkupdate()
365 maxbm = n; in res_nmkupdate()
369 maxbm = maxbm/8 + 1; in res_nmkupdate()
370 ShrinkBuffer(maxbm); in res_nmkupdate()
371 memcpy(cp, bm, maxbm); in res_nmkupdate()
372 cp += maxbm; in res_nmkupdate()