Lines Matching defs:magicCookie
2501 unsigned long magicCookie;
2502 if (!getLong(&magicCookie))
2507 trace("###Cookie:%lx", magicCookie);
2508 if (magicCookie == 0x02014b50L) //central directory
2510 if (magicCookie != 0x04034b50L)
2877 unsigned long magicCookie;
2878 if (!getLong(&magicCookie))
2883 trace("###Cookie:%lx", magicCookie);
2884 if (magicCookie == 0x06054b50L) //end of central directory
2886 else if (magicCookie == 0x05054b50L) //signature
2905 else if (magicCookie != 0x02014b50L) //central directory