Searched refs:m_BootSize (Results 1 – 2 of 2) sorted by relevance
43 pOldCrc = (UINT *)(m_BootData + (m_BootSize - 4)); in CrcCheck()44 ulNewCrc = CRC_32(m_BootData, m_BootSize - 4); in CrcCheck()235 m_BootSize = dwBootSize; in CRKBoot()300 memcpy(m_crc, m_BootData + (m_BootSize - 4), 4); in CRKBoot()
90 DWORD m_BootSize; variable