Home | History | Annotate | Download | only in ntpq

Lines Matching refs:maxsize

396  *  the maxsize limit.
406 * maxsize int the maximum number of bytes that can be
420 int maxsize
441 if (dsize > maxsize)
442 dsize = maxsize;
456 * to the result buffer specified, honoring the maxsize limit.
465 * maxsize int the maximum number of bytes that can be
477 size_t maxsize
498 dsize = min(dsize, maxsize);
638 * the maxsize limit.
648 * maxsize int the maximum number of bytes that can be
662 int maxsize
679 if (dsize > maxsize)
680 dsize = maxsize;