Searched refs:attrkey (Results 1 – 1 of 1) sorted by relevance
838 const char *attrkey, const char *attrvalue) in xmlwrite_string_attr() argument849 if (attrkey != NULL && attrvalue != NULL) { in xmlwrite_string_attr()850 r = xml_writer_write_attribute(writer, attrkey, attrvalue); in xmlwrite_string_attr()