Searched refs:m_BootSize (Results 1 – 2 of 2) sorted by relevance
49 pOldCrc = (UINT*)(m_BootData+(m_BootSize-4)); in CrcCheck()50 ulNewCrc = CRC_32(m_BootData,m_BootSize-4); in CrcCheck()236 m_BootSize=dwBootSize; in CRKBoot()284 memcpy(m_crc,m_BootData+(m_BootSize-4),4); in CRKBoot()
85 DWORD m_BootSize; variable