Lines Matching refs:mdep
48 mde_cookie_t *mdep; member
164 diff_res->added.mdep = md2nodesp; in md_diff_init()
171 diff_res->removed.mdep = md1nodesp; in md_diff_init()
202 md_element_t *elem = &(md1->mdep[md1nodesp[idx]]); in md_diff_init()
234 diff_res->added.mdep = (mde_cookie_t *)diff_res->allocp(addsz); in md_diff_init()
236 bcopy(mde_add_scr, diff_res->added.mdep, addsz); in md_diff_init()
244 diff_res->removed.mdep = in md_diff_init()
247 bcopy(mde_rem_scr, diff_res->removed.mdep, remsz); in md_diff_init()
254 diff_res->match1.mdep = in md_diff_init()
256 diff_res->match2.mdep = in md_diff_init()
259 bcopy(mde_match1_scr, diff_res->match1.mdep, matchsz); in md_diff_init()
260 bcopy(mde_match2_scr, diff_res->match2.mdep, matchsz); in md_diff_init()
293 *mde_addedp = mddp->added.mdep; in md_diff_added()
312 *mde_removedp = mddp->removed.mdep; in md_diff_removed()
333 *mde_match1p = mddp->match1.mdep; in md_diff_matched()
334 *mde_match2p = mddp->match2.mdep; in md_diff_matched()
353 MDD_FREE_CHECK(mddp, mddp->added.mdep, mddp->added.nelem * in md_diff_fini()
356 MDD_FREE_CHECK(mddp, mddp->removed.mdep, mddp->removed.nelem * in md_diff_fini()
359 MDD_FREE_CHECK(mddp, mddp->match1.mdep, mddp->match1.nelem * in md_diff_fini()
362 MDD_FREE_CHECK(mddp, mddp->match2.mdep, mddp->match2.nelem * in md_diff_fini()
426 elem = &(mdp->mdep[nodesp[idx]]); in mdd_any_dup_nodes()
462 elem = &(md2->mdep[match_listp[idx]]); in mdd_node_list_match()