Searched refs:m_headpos (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.cpp1072 m_headpos = wxInvalidOffset;
1109 m_headpos = m_tarstart + m_tarsize;
1201 m_headpos = wxInvalidOffset;
1303 // update m_headpos which is used to seek back to fix up the file
1306 m_headpos = m_tarstart + m_tarsize;
1363 if (!m_large && m_headpos != wxInvalidOffset
1370 m_parent_o_stream->SeekO(m_headpos + m_hdr->Offset(TAR_SIZE));
1381 wxFileOffset sumPos = m_headpos + m_hdr->Offset(TAR_CHKSUM);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtarstrm.h268 wxFileOffset m_headpos; // offset within the file to the entry's header member in class:wxTarOutputStream

Completed in 30 milliseconds