Searched refs:maxbm (Results 1 – 1 of 1) sorted by relevance
353 unsigned int maxbm = 0; in res_nmkupdate() local379 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()