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

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

Completed in 76 milliseconds