Searched refs:BodyLength (Results 1 – 3 of 3) 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 …]
472 message.BodyLength = 0; in _efihttp_fs_open()518 message.BodyLength = 0; in _efihttp_fs_open()638 message.BodyLength = size; in _efihttp_fs_read()668 *resid = size - message.BodyLength; in _efihttp_fs_read()669 fh->offset += message.BodyLength; in _efihttp_fs_read()
264 UINTN BodyLength; member