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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtarstrm.cpp1081 m_hdr2 = NULL;
1092 delete m_hdr2;
1270 if (!m_hdr2)
1271 m_hdr2 = new wxTarHeaderBlock;
1272 memset(m_hdr2, 0, sizeof(*m_hdr2));
1277 m_hdr2->SetPath(PaxHeaderPath(_T("%d/PaxHeaders.%p/%f"),
1279 m_hdr2->SetOctal(TAR_MODE, 0600);
1280 strcpy(m_hdr2->Get(TAR_UID), m_hdr->Get(TAR_UID));
1281 strcpy(m_hdr2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtarstrm.h279 class wxTarHeaderBlock *m_hdr2; member in class:wxTarOutputStream

Completed in 85 milliseconds