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

/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c149 off_t BodyLength; variable
817 BodyLength = -1;
948 BodyLength = ftell(fp);
949 if (HeaderLength == 0 && BodyLength > 0) /* empty body */
951 HeaderLength = BodyLength;
952 BodyLength = 0;
955 BodyLength = BodyLength - HeaderLength - 1 ;
957 if (HeaderLength > 0 && BodyLength >= 0)
960 (LONGLONG_T) BodyLength);
[all...]

Completed in 62 milliseconds