Searched refs:m_tarsize (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.cpp1075 m_tarsize = 0;
1089 if (m_tarsize)
1103 if (!m_tarsize) {
1109 m_headpos = m_tarstart + m_tarsize;
1116 m_datapos = m_tarstart + m_tarsize;
1192 m_tarsize += size;
1213 int count = (RoundUpSize(m_tarsize + 2 * TAR_BLOCKSIZE, m_BlockingFactor)
1214 - m_tarsize) / TAR_BLOCKSIZE;
1218 m_tarsize = 0;
1294 m_tarsize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtarstrm.h272 wxFileOffset m_tarsize; // size of tar so far member in class:wxTarOutputStream

Completed in 46 milliseconds