match_edges_out   839 opal/util/bipartite_graph.c 					     int **match_edges_out)
match_edges_out   848 opal/util/bipartite_graph.c     if (NULL == match_edges_out || NULL == num_match_edges_out) {
match_edges_out   852 opal/util/bipartite_graph.c     *match_edges_out = NULL;
match_edges_out   917 opal/util/bipartite_graph.c     *match_edges_out = malloc(*num_match_edges_out * 2 * sizeof(int));
match_edges_out   918 opal/util/bipartite_graph.c     if (NULL == *match_edges_out) {
match_edges_out   930 opal/util/bipartite_graph.c                 (*match_edges_out)[i++] = u;
match_edges_out   931 opal/util/bipartite_graph.c                 (*match_edges_out)[i++] = v;
match_edges_out   162 opal/util/bipartite_graph.h 					     int **match_edges_out);