Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c235 if (xml_doc == NULL) { 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()
1407 if (xml_doc) { in xml_update_commit()
1418 xmlFreeDoc(xml_doc); in xml_update_commit()
1419 xml_doc = NULL; in xml_update_commit()
1439 if (xml_doc) { in xml_update_retreat()
[all …]