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

/sendmail/mail.local/
H A Dmail.local.c984 off_t headerbytes; local
1290 headerbytes = (BodyLength >= 0) ? HeaderLength : -1 ;
1293 if (headerbytes == 0)
1297 headerbytes = -1;
1300 else if (headerbytes > sizeof(buf) || headerbytes < 0)
1303 readamount = headerbytes;
1308 if (headerbytes > 0)
1309 headerbytes -= nr ;

Completed in 15 milliseconds