Searched refs:BodyLength (Results 1 – 3 of 3) sorted by relevance
147 off_t BodyLength; variable840 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 */[all …]
467 message.BodyLength = 0; in _efihttp_fs_open()513 message.BodyLength = 0; in _efihttp_fs_open()635 message.BodyLength = size; in _efihttp_fs_read()665 *resid = size - message.BodyLength; in _efihttp_fs_read()666 fh->offset += message.BodyLength; in _efihttp_fs_read()
263 UINTN BodyLength; member