Searched refs:END_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.cpp44 END_MAGIC = 0x06054b50, // end of central directory record enumerator in enum:__anon550
1245 ds << END_MAGIC << m_DiskNumber << m_StartDisk << m_EntriesHere
1512 if ((m_signature = CrackUint32(magic)) == END_MAGIC)
1537 if ((m_signature = CrackUint32(p)) == END_MAGIC) {
1569 if (m_signature == END_MAGIC)
1604 if (m_signature == CENTRAL_MAGIC || m_signature == END_MAGIC) {
1637 if (m_signature == END_MAGIC) {

Completed in 52 milliseconds