Lines Matching defs:md2
73 static int mdd_node_list_match(md_impl_t *md1, md_impl_t *md2,
93 md_impl_t *md2 = (md_impl_t *)md2p;
146 mdd_any_dup_nodes(md2, match_fieldsp, md2count, md2nodesp)) {
149 MDD_FREE_CHECK(md2, md2nodesp, sizeof (mde_cookie_t) *
192 /* array of seen flags only needed for md2 */
198 * any nodes not in the md2 array, indicating that they
206 int match = mdd_node_list_match(md1, md2, elem, md2nodesp,
224 * Make a pass through the md2 array. Any nodes that have
269 md2->freep(md2nodesp, sizeof (mde_cookie_t) * md2count);
451 mdd_node_list_match(md_impl_t *md1, md_impl_t *md2, md_element_t *match_nodep,
464 elem = &(md2->mdep[match_listp[idx]]);
466 match = mdd_node_compare(md1, md2, match_nodep, elem,