Lines Matching defs:doc
9014 write_service_bundle(xmlDocPtr doc, FILE *f)
9020 xmlDocDumpFormatMemory(doc, &mem, &sz, 1);
10808 xmlDocPtr doc;
10840 doc = xmlNewDoc((xmlChar *)"1.0");
10841 if (doc == NULL)
10844 if (xmlCreateIntSubset(doc, (xmlChar *)"service_bundle", NULL,
10853 (void) xmlAddSibling(doc->children, sb);
10857 result = write_service_bundle(doc, f);
10869 xmlFreeDoc(doc);
11018 xmlDocPtr doc;
11037 doc = xmlNewDoc((xmlChar *)"1.0");
11038 if (doc == NULL)
11041 if (xmlCreateIntSubset(doc, (xmlChar *)"service_bundle", NULL,
11045 (void) xmlAddSibling(doc->children, make_archive(flags));
11047 result = write_service_bundle(doc, f);
11049 xmlFreeDoc(doc);
11065 xmlDocPtr doc;
11095 doc = xmlNewDoc((xmlChar *)"1.0");
11096 if (doc == NULL)
11099 if (xmlCreateIntSubset(doc, (xmlChar *)"service_bundle", NULL,
11108 (void) xmlAddSibling(doc->children, sb);
11210 result = write_service_bundle(doc, f);
11212 xmlFreeDoc(doc);
13280 * Do description, manpages, and doc links if templates == 2.