Lines Matching refs:BodyLength
147 off_t BodyLength; variable
840 BodyLength = -1;
971 BodyLength = ftell(fp);
972 if (HeaderLength == 0 && BodyLength > 0) /* empty body */
974 HeaderLength = BodyLength;
975 BodyLength = 0;
978 BodyLength = BodyLength - HeaderLength - 1 ;
980 if (HeaderLength > 0 && BodyLength >= 0)
983 (LONGLONG_T) BodyLength);
988 BodyLength = -1; /* Something is wrong here */
1333 headerbytes = (BodyLength >= 0) ? HeaderLength : -1 ;