Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/mail.local/
H A Dmail.local.c149 off_t BodyLength; variable
817 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 …]
/freebsd-13.1/stand/efi/libefi/
H A Defihttp.c472 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()
/freebsd-13.1/stand/efi/include/Protocol/
H A DHttp.h264 UINTN BodyLength; member