AIF_HDR
AIF_HDR AifHdr;
Buffer += sizeof (AIF_HDR);
bcopy(buffer, &AifHdr, sizeof (AIF_HDR));
bzero((void *)&AifHdr, sizeof (AIF_HDR));
AIF_HDR AifHdr;
if (Size < sizeof (AIF_HDR)) {
Size, sizeof (AIF_HDR));
bcopy(bptr, &AifHdr, sizeof (AIF_HDR));
sizeof (AIF_HDR));
NextImage = sizeof (AIF_HDR) + 4;
sizeof (AIF_HDR) + ImageLength +
if (Size < sizeof (AIF_HDR)) {
sizeof (AIF_HDR));
bcopy(Buffer, &AifHdr, sizeof (AIF_HDR));
if (Size != (sizeof (AIF_HDR) + ImageLength + sizeof (int))) {
sizeof (AIF_HDR) + ImageLength +
(uint32_t *)(Buffer + ImageLength + sizeof (AIF_HDR));
Buffer = EntireBuffer + sizeof (AIF_HDR);