Searched refs:build_assoc_xml_doc (Results 1 – 1 of 1) sorted by relevance
86 static int build_assoc_xml_doc(xmlChar *, association_t, xmlChar **);87 static int build_assoc_xml_doc(xmlChar *, association_t, xmlChar **);303 if ((ret = build_assoc_xml_doc(name, assoc, &doc)) != 0) { in handle_association_info()2034 build_assoc_xml_doc(xmlChar *name, association_t assoc, xmlChar **doc) in build_assoc_xml_doc() function