Searched refs:TDG_XML_VERTICES (Results 1 – 2 of 2) sorted by relevance
82 #define TDG_XML_VERTICES "vertices" macro
757 (void) fprintf(fp, "<%s>\n", TDG_XML_VERTICES); in topo_digraph_serialize()766 (void) fprintf(fp, "</%s>\n", TDG_XML_VERTICES); in topo_digraph_serialize()1462 vertices = get_child_by_name(root, (xmlChar *)TDG_XML_VERTICES); in topo_digraph_deserialize()1464 xmlStrcmp(vertices->name, (xmlChar *)TDG_XML_VERTICES) != 0) { in topo_digraph_deserialize()1466 TDG_XML_VERTICES); in topo_digraph_deserialize()