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

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

Completed in 65 milliseconds