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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgzip.h20 enum {MAGIC1=0x1f, MAGIC2=0x8b, // flags for the header enumerator in enum:Gzip::__anon99
47 enum {MAGIC1=0x1f, MAGIC2=0x8b, // flags for the header enumerator in enum:Gunzip::__anon100
H A Dgzip.cpp14 AttachedTransformation()->Put(MAGIC2);
53 if (buf[0] != MAGIC1 || buf[1] != MAGIC2) throw HeaderErr();

Completed in 99 milliseconds