Searched refs:m_pCache (Results 1 – 2 of 2) sorted by relevance
40 m_pCache = 0; in CDataUnitCache()47 delete[] m_pCache; in ~CDataUnitCache()65 if ( m_pCache == 0 ) in Insert()67 m_pCache = new DataUnitCacheEntry[m_iMaxSize]; in Insert()69 if ( !m_pCache ) in Insert()93 strncpy( m_pCache[m_iIndex].m_wsApplianceNetworkAddress, in Insert()95 sizeof(m_pCache[m_iIndex].m_wsApplianceNetworkAddress) ); in Insert()96 …m_pCache[m_iIndex].m_wsApplianceNetworkAddress[sizeof(m_pCache[m_iIndex].m_wsApplianceNetworkAddre… in Insert()100 memcpy( m_pCache[m_iIndex].m_aDataUnitID, in Insert()106 memset( m_pCache[m_iIndex].m_aDataUnitID,0,KMS_DATA_UNIT_ID_SIZE); in Insert()[all …]
95 DataUnitCacheEntry *m_pCache; variable