Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/pkt_printers/
H A Dtrc_print_fact.h47 static void destroyPrinter(std::vector<ItemPrinter *> &printer_list, ItemPrinter *pPrinter);
/freebsd/contrib/opencsd/decoder/source/pkt_printers/
H A Dtrc_print_fact.cpp105 void PktPrinterFact::destroyPrinter(std::vector<ItemPrinter *> &printer_list, ItemPrinter *pPrinter) in destroyPrinter() function in PktPrinterFact
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp743 PktPrinterFact::destroyPrinter(getPrinterList(), pPrinter); in addPacketPrinter()