Searched refs:shortMagic (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2650 UInt16 shortMagic = CFSwapInt16HostToBig(*((UInt16 *)bytes)); local
2660 } else if (0 == shortMagic && 12 <= length && 0x66747970 == CFSwapInt32HostToBig(*((UInt32 *)(bytes + 4)))) {
2673 } else if (0x424d == shortMagic && 18 <= length) {
2683 else if (0xfeff == shortMagic || 0xfffe == shortMagic) {
2686 } else if (0x1f9d == shortMagic) ext = "Z";
2687 else if (0x1f8b == shortMagic) ext = "gz";
2688 else if (0x71c7 == shortMagic || 0xc771 == shortMagic) ext = "cpio";
2689 else if (0xf702 == shortMagic) ex
[all...]

Completed in 109 milliseconds