Home | History | Annotate | Download | only in minizip

Lines Matching refs:uMagic

894     uLong uMagic;
910 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK)
912 else if (uMagic!=0x02014b50)
1389 uLong uMagic,uData,uFlags;
1405 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK)
1407 else if (uMagic!=0x04034b50)