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

/sendmail/mail.local/
H A Dmail.local.c147 off_t BodyLength; variable
805 BodyLength = -1;
936 BodyLength = ftell(fp);
937 if (HeaderLength == 0 && BodyLength > 0) /* empty body */
939 HeaderLength = BodyLength;
940 BodyLength = 0;
943 BodyLength = BodyLength - HeaderLength - 1 ;
945 if (HeaderLength > 0 && BodyLength >= 0)
948 (LONGLONG_T) BodyLength);
[all...]

Completed in 9 milliseconds