Searched refs:m_nSize (Results 1 – 1 of 1) sorted by relevance
126 …int m_nSize; // the complete size of the tag, including this footer (excludes heade… variable139 m_nSize = nFieldBytes + APE_TAG_FOOTER_BYTES;143 int GetTotalTagBytes() { return m_nSize + (GetHasHeader() ? APE_TAG_FOOTER_BYTES : 0); } in GetTotalTagBytes()144 int GetFieldBytes() { return m_nSize - APE_TAG_FOOTER_BYTES; } in GetFieldBytes()