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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzipstrm.cpp42 CENTRAL_MAGIC = 0x02014b50, // central directory record enumerator in enum:__anon550
1097 ds << CENTRAL_MAGIC << m_VersionMadeBy << m_SystemMadeBy;
1143 if ((u1 == LOCAL_MAGIC || u1 == CENTRAL_MAGIC) &&
1144 (u2 != LOCAL_MAGIC && u2 != CENTRAL_MAGIC))
1469 ReadSignature() == CENTRAL_MAGIC) {
1470 m_signature = CENTRAL_MAGIC;
1480 != wxInvalidOffset && ReadSignature() == CENTRAL_MAGIC) {
1481 m_signature = CENTRAL_MAGIC;
1572 if (m_signature != CENTRAL_MAGIC) {
1604 if (m_signature == CENTRAL_MAGIC || m_signatur
[all...]

Completed in 50 milliseconds