Searched refs:maxbm (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/libresolv-57/
H A Dres_mkupdate.c349 unsigned int maxbm = 0; local
375 if (n1 > maxbm)
376 maxbm = n1;
380 maxbm = maxbm/8 + 1;
381 ShrinkBuffer(maxbm);
382 memcpy(cp, bm, maxbm);
383 cp += maxbm;

Completed in 120 milliseconds