Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dbf.c61 int bf_buffilled; /* Bytes of buffer actually filled */ member
160 bfp->bf_buffilled = 0;
353 if (bfp->bf_offset < bfp->bf_buffilled)
357 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
358 count = bfp->bf_buffilled - bfp->bf_offset;
363 if ((bfp->bf_offset + nbytes) > bfp->bf_buffilled)
533 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
534 bfp->bf_buffilled = bfp->bf_offset + count;
729 if (bfp->bf_buffilled > 0)
739 while (byteswritten < bfp->bf_buffilled)
[all …]