Home
last modified time | relevance | path

Searched refs:m_lastErrID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp48 m_lastErrID[i] = 0; in ocsdDefaultErrorLogger()
63 if(m_lastErrID[i] != 0) delete m_lastErrID[i]; in ~ocsdDefaultErrorLogger()
127 if(m_lastErrID[Error->getErrorChanID()] == 0) in LogError()
128 CreateErrorObj(&m_lastErrID[Error->getErrorChanID()], Error); in LogError()
130 *m_lastErrID[Error->getErrorChanID()] = Error; in LogError()
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_error_logger.h68 return m_lastErrID[chan_id]; in GetLastIDError()
76 ocsdError *m_lastErrID[0x80]; variable