Searched refs:BodyLength (Results 1 – 1 of 1) sorted by relevance
149 off_t BodyLength; variable817 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);965 BodyLength = -1; /* Something is wrong here */[all …]