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

/inkscape/src/util/
H A Dziptool.cpp2501 unsigned long magicCookie; local
2502 if (!getLong(&magicCookie))
2507 trace("###Cookie:%lx", magicCookie);
2508 if (magicCookie == 0x02014b50L) //central directory
2510 if (magicCookie != 0x04034b50L)
2877 unsigned long magicCookie; local
2878 if (!getLong(&magicCookie))
2883 trace("###Cookie:%lx", magicCookie);
2884 if (magicCookie == 0x06054b50L) //end of central directory
2886 else if (magicCookie
[all...]

Completed in 19 milliseconds