Lines Matching defs:doc
9014 write_service_bundle(xmlDocPtr doc, FILE *f)
9020 xmlDocDumpFormatMemory(doc, &mem, &sz, 1);
10821 xmlDocPtr doc;
10853 doc = xmlNewDoc((xmlChar *)"1.0");
10854 if (doc == NULL)
10857 if (xmlCreateIntSubset(doc, (xmlChar *)"service_bundle", NULL,
10866 (void) xmlAddSibling(doc->children, sb);
10870 result = write_service_bundle(doc, f);
10882 xmlFreeDoc(doc);
11031 xmlDocPtr doc;
11050 doc = xmlNewDoc((xmlChar *)"1.0");
11051 if (doc == NULL)
11054 if (xmlCreateIntSubset(doc, (xmlChar *)"service_bundle", NULL,
11058 (void) xmlAddSibling(doc->children, make_archive(flags));
11060 result = write_service_bundle(doc, f);
11062 xmlFreeDoc(doc);
11078 xmlDocPtr doc;
11108 doc = xmlNewDoc((xmlChar *)"1.0");
11109 if (doc == NULL)
11112 if (xmlCreateIntSubset(doc, (xmlChar *)"service_bundle", NULL,
11121 (void) xmlAddSibling(doc->children, sb);
11223 result = write_service_bundle(doc, f);
11225 xmlFreeDoc(doc);
13293 * Do description, manpages, and doc links if templates == 2.