Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h198 void statsInit() { m_stats_init = true; }; /* mark stats as in use */ in statsInit()
216 bool m_stats_init; /*< true if the specific decoder is using the stats */ variable
224 m_stats_init(false) in TrcPktProcBase()
233 m_stats_init(false) in TrcPktProcBase()
436 return m_stats_init ? OCSD_OK : OCSD_ERR_NOT_INIT; in getStatsBlock()