Lines Matching refs:dcd_tree
35 dcd_tree_handle_t dcd_tree;
60 if (ocsd_dt_add_callback_trcid_mem_acc(decoder->dcd_tree, start, end,
75 dp_ret = ocsd_dt_process_data(decoder->dcd_tree, OCSD_OP_RESET,
178 ret = ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree,
205 ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree,
210 ocsd_dt_set_raw_frame_printer(decoder->dcd_tree,
229 if (ocsd_dt_create_decoder(decoder->dcd_tree, decoder_name,
234 if (ocsd_dt_set_pkt_protocol_printer(decoder->dcd_tree, csid, 0))
610 if (ocsd_dt_create_decoder(decoder->dcd_tree,
616 if (ocsd_dt_set_gen_elem_outfn(decoder->dcd_tree,
672 decoder->dcd_tree = ocsd_create_dcd_tree(format, flags);
674 if (decoder->dcd_tree == 0)
712 cur = ocsd_dt_process_data(decoder->dcd_tree,
719 cur = ocsd_dt_process_data(decoder->dcd_tree,
753 ocsd_destroy_dcd_tree(decoder->dcd_tree);
754 decoder->dcd_tree = NULL;