Home
last modified time | relevance | path

Searched refs:XML_Make_Attribute (Results 1 – 3 of 3) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dxml.h12 xml_attr *XML_Make_Attribute(xml_attr *prev, char *attr_name, char *attr_value);
H A Dxml.c1516 n->attr = XML_Make_Attribute(prev,attr_name,attr_value); in XML_Make_And_Set_Attribute()
1564 attr->next = XML_Make_Attribute(attr,attr_name,attr_value); in XML_Add_Attribute()
2131 cpy_root->attr = XML_Make_Attribute(NULL,root->attr->name,root->attr->value); in XML_Copy_XML_Node()
2138 cpy_attr->next = XML_Make_Attribute(cpy_attr,attr->next->name,attr->next->value); in XML_Copy_XML_Node()
H A Dmake.c1127 xml_attr *XML_Make_Attribute(xml_attr *prev, char *attr_name, char *attr_value) in XML_Make_Attribute() function