Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c64 static xmlDocPtr xml_doc = NULL; variable
235 if (xml_doc == NULL) { in get_xml_doc()
239 xml_doc = xmlParseFile(xml_file); in get_xml_doc()
242 *docp = xml_doc; in get_xml_doc()
244 if (xml_doc == NULL) { in get_xml_doc()
264 if (xml_doc) { in close_xml_doc()
266 xmlFreeDoc(xml_doc); in close_xml_doc()
267 xml_doc = NULL; in close_xml_doc()
1410 if (xml_doc) { in xml_update_commit()
1412 if (xmlSaveFormatFile(xml_tmp_file, xml_doc, 1) == -1 || in xml_update_commit()
[all …]