Searched refs:m_pax (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.cpp1076 m_pax = format == wxTAR_PAX;
1077 m_BlockingFactor = m_pax ? 10 : 20;
1126 if (!m_pax || typeflag != wxTAR_LNKTYPE)
1267 wxASSERT(m_pax);
1311 wxASSERT(!m_pax);
1392 if (!m_hdr->SetPath(name, GetConv()) || (m_pax && !name.IsAscii()))
1437 if (m_pax) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtarstrm.h274 bool m_pax; member in class:wxTarOutputStream

Completed in 64 milliseconds