Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c58 static xmlDocPtr xml_doc = NULL; variable
229 if (xml_doc == NULL) { in get_xml_doc()
233 xml_doc = xmlParseFile(xml_file); in get_xml_doc()
236 *docp = xml_doc; in get_xml_doc()
238 if (xml_doc == NULL) { in get_xml_doc()
258 if (xml_doc) { in close_xml_doc()
260 xmlFreeDoc(xml_doc); in close_xml_doc()
261 xml_doc = NULL; in close_xml_doc()
1404 if (xml_doc) { in xml_update_commit()
1406 if (xmlSaveFormatFile(xml_tmp_file, xml_doc, 1) == -1 || in xml_update_commit()
[all …]