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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dbf.c63 int bf_buffilled; /* Bytes of buffer actually filled */ member in struct:bf
162 bfp->bf_buffilled = 0;
355 if (bfp->bf_offset < bfp->bf_buffilled)
359 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
360 count = bfp->bf_buffilled - bfp->bf_offset;
365 if ((bfp->bf_offset + nbytes) > bfp->bf_buffilled)
535 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
536 bfp->bf_buffilled = bfp->bf_offset + count;
730 if (bfp->bf_buffilled > 0)
740 while (byteswritten < bfp->bf_buffilled)
[all...]

Completed in 21 milliseconds