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

/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c147 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);
[all...]
/freebsd-current/stand/efi/include/Protocol/
H A DHttp.h263 UINTN BodyLength; member in struct:__anon587
384 Token->Message->BodyLength is non-zero, and
438 size in BodyLength. If the remote host provides a response that contains a content
439 body, up to BodyLength bytes will be copied from the receive buffer into Body and
440 BodyLength will be updated with the amount of bytes received and copied to Body. This
442 block of memory. Similar to HTTP request, if Body is not NULL and BodyLength is
445 BodyLength bytes of data will be copied to Body. The HTTP driver will then update
446 BodyLength with the amount of bytes received and copied to Body.
465 Token->Message->BodyLength is non-zero, and
/freebsd-current/stand/efi/libefi/
H A Defihttp.c467 message.BodyLength = 0;
513 message.BodyLength = 0;
633 message.BodyLength = size;
663 *resid = size - message.BodyLength;
664 fh->offset += message.BodyLength;

Completed in 66 milliseconds