Searched refs:HeaderLength (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/sendmail/mail.local/ |
| H A D | mail.local.c | 148 off_t HeaderLength; variable 816 HeaderLength = 0; 874 if (prevfl && line[0] == '\n' && HeaderLength == 0) 878 HeaderLength = ftell(fp); 879 if (HeaderLength <= 0) 886 HeaderLength = -1; 902 if (prevfl && HeaderLength == 0 && 951 HeaderLength = BodyLength; 955 BodyLength = BodyLength - HeaderLength - 1 ; 957 if (HeaderLength > 0 && BodyLength >= 0) [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 255 uint32_t HeaderLength; in readGCDA() local 256 if (!Buff.readInt(HeaderLength)) in readGCDA() 259 uint64_t EndPos = Buff.getCursor() + HeaderLength * sizeof(uint32_t); in readGCDA()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl3.h | 729 UINT32 HeaderLength; /* Watchdog Header Length */ member
|
| H A D | actbl1.h | 955 UINT32 HeaderLength; member 1079 UINT32 HeaderLength; member
|
| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo1.c | 679 {ACPI_DMT_UINT32, ACPI_EINJ_OFFSET (HeaderLength), "Injection Header Length", 0}, 709 … {ACPI_DMT_UINT32, ACPI_ERST_OFFSET (HeaderLength), "Serialization Header Length", 0},
|
| H A D | dmtbinfo3.c | 559 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (HeaderLength), "Header Length", DT_LENGTH},
|
| /freebsd-12.1/sys/dev/arcmsr/ |
| H A D | arcmsr.h | 209 u_int32_t HeaderLength; member
|