Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h89 const bool checkInit();
140 inline const bool TrcPktDecodeI::checkInit() in checkInit() function
243 if(!checkInit()) in PacketDataIn()
H A Dtrc_pkt_proc_base.h191 …const bool checkInit(); // return true if init (configured and at least one output sink attached),…
420 template<class P,class Pt, class Pc> const bool TrcPktProcBase<P, Pt, Pc>::checkInit() in checkInit() function
/freebsd-14.2/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp87 if(!checkInit()) in processData()
174 if(checkInit()) in onEOT()
189 if(checkInit()) in onReset()
200 if(checkInit()) in onFlush()