doc                95 daemons/based/pacemaker-based.h int activateCibXml(xmlNode *doc, gboolean to_disk, const char *op);
doc               206 lib/cib/cib_utils.c         } else if(cib_filtered && (*output)->doc == cib_filtered->doc) {
doc               210 lib/cib/cib_utils.c         } else if((*output)->doc == current_cib->doc) {
doc               246 lib/common/acl.c     xml_private_t *p = xml->doc->_private;
doc               292 lib/common/acl.c     if ((target == NULL) || (target->doc == NULL)
doc               293 lib/common/acl.c         || (target->doc->_private == NULL)) {
doc               297 lib/common/acl.c     p = target->doc->_private;
doc               422 lib/common/acl.c     xml_private_t *doc = NULL;
doc               439 lib/common/acl.c     doc = target->doc->_private;
doc               440 lib/common/acl.c     for(aIter = doc->acls; aIter != NULL && target; aIter = aIter->next) {
doc               474 lib/common/acl.c     if (doc->acls) {
doc               475 lib/common/acl.c         g_list_free_full(doc->acls, free_acl);
doc               476 lib/common/acl.c         doc->acls = NULL;
doc               563 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
doc               578 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               579 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               590 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               602 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               603 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               614 lib/common/acl.c     CRM_ASSERT(xml->doc);
doc               615 lib/common/acl.c     CRM_ASSERT(xml->doc->_private);
doc               621 lib/common/acl.c         xml_private_t *docp = xml->doc->_private;
doc               107 lib/common/output_html.c     xmlCreateIntSubset(priv->root->doc, (pcmkXmlStr) "html", NULL, NULL);
doc               186 lib/common/output_html.c         htmlDocDump(out->dest, priv->root->doc);
doc               207 lib/common/patchset.c     if ((xml->doc != NULL) && (xml->doc->_private != NULL)) {
doc               208 lib/common/patchset.c         p = xml->doc->_private;
doc               309 lib/common/patchset.c     xml_private_t *doc = NULL;
doc               325 lib/common/patchset.c     CRM_ASSERT(target->doc);
doc               326 lib/common/patchset.c     doc = target->doc->_private;
doc               353 lib/common/patchset.c     for (gIter = doc->deleted_objs; gIter; gIter = gIter->next) {
doc              1027 lib/common/patchset.c     xmlNode *target = (xmlNode *) top->doc;
doc              1170 lib/common/patchset.c             crm_debug("No %s match for %s in %p", op, xpath, xml->doc);
doc              1174 lib/common/patchset.c             crm_err("No %s match for %s in %p", op, xpath, xml->doc);
doc              1253 lib/common/patchset.c             child = xmlDocCopyNode(change->children, match->doc, 1);
doc               460 lib/common/schemas.c validate_with_relaxng(xmlDocPtr doc, gboolean to_logs, const char *relaxng_file,
doc               467 lib/common/schemas.c     CRM_CHECK(doc != NULL, return FALSE);
doc               518 lib/common/schemas.c     rc = xmlRelaxNGValidateDoc(ctx->valid, doc);
doc               593 lib/common/schemas.c     xmlDocPtr doc = NULL;
doc               606 lib/common/schemas.c     doc = getDocPtr(xml);
doc               615 lib/common/schemas.c                 validate_with_relaxng(doc, to_logs, file,
doc               673 lib/common/schemas.c     xmlDoc *doc = NULL;
doc               686 lib/common/schemas.c     doc = xmlParseFile(filename);
doc               687 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
doc               903 lib/common/schemas.c     xmlDocPtr doc = NULL;
doc               912 lib/common/schemas.c     doc = getDocPtr(xml);
doc               929 lib/common/schemas.c     res = xsltApplyStylesheet(xslt, doc, NULL);
doc                26 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc->_private = NULL;
doc                29 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc = NULL;
doc                44 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc->_private = calloc(1, sizeof(xml_private_t));
doc                49 lib/common/tests/acl/xml_acl_denied_test.c     p = test_xml->doc->_private;
doc                26 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc->_private = NULL;
doc                29 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc = NULL;
doc                44 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc->_private = calloc(1, sizeof(xml_private_t));
doc                49 lib/common/tests/acl/xml_acl_enabled_test.c     p = test_xml->doc->_private;
doc                53 lib/common/xml.c     if(xml == NULL || xml->doc == NULL || xml->doc->_private == NULL) {
doc                55 lib/common/xml.c     } else if (!pcmk_is_set(((xml_private_t *)xml->doc->_private)->flags,
doc                58 lib/common/xml.c     } else if (lazy && !pcmk_is_set(((xml_private_t *)xml->doc->_private)->flags,
doc               120 lib/common/xml.c     if(xml && xml->doc && xml->doc->_private){
doc               122 lib/common/xml.c         xml_private_t *p = xml->doc->_private;
doc               292 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
doc               293 lib/common/xml.c            && pcmk_is_set(((xml_private_t *)(xml->doc->_private))->flags,
doc               299 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
doc               300 lib/common/xml.c            && pcmk_is_set(((xml_private_t *)(xml->doc->_private))->flags,
doc               388 lib/common/xml.c     xml_private_t *doc = NULL;
doc               395 lib/common/xml.c     CRM_ASSERT(xml->doc);
doc               397 lib/common/xml.c     doc = xml->doc->_private;
doc               398 lib/common/xml.c     if (!pcmk_is_set(doc->flags, pcmk__xf_dirty)) {
doc               402 lib/common/xml.c     for(gIter = doc->deleted_objs; gIter; gIter = gIter->next) {
doc               423 lib/common/xml.c     xml_private_t *doc = NULL;
doc               430 lib/common/xml.c     doc = xml->doc->_private;
doc               431 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
doc               433 lib/common/xml.c     reset_xml_private_data(xml->doc->_private);
doc               435 lib/common/xml.c     if (!pcmk_is_set(doc->flags, pcmk__xf_dirty)) {
doc               436 lib/common/xml.c         doc->flags = pcmk__xf_none;
doc               440 lib/common/xml.c     doc->flags = pcmk__xf_none;
doc               660 lib/common/xml.c     xmlDoc *doc = NULL;
doc               664 lib/common/xml.c     doc = node->doc;
doc               665 lib/common/xml.c     if (doc == NULL) {
doc               666 lib/common/xml.c         doc = xmlNewDoc((pcmkXmlStr) "1.0");
doc               667 lib/common/xml.c         xmlDocSetRootElement(doc, node);
doc               668 lib/common/xml.c         xmlSetTreeDoc(node, doc);
doc               670 lib/common/xml.c     return doc;
doc               677 lib/common/xml.c     xmlDoc *doc = getDocPtr(parent);
doc               681 lib/common/xml.c     child = xmlDocCopyNode(src_node, doc, 1);
doc               698 lib/common/xml.c     xmlDoc *doc = NULL;
doc               707 lib/common/xml.c         doc = xmlNewDoc((pcmkXmlStr) "1.0");
doc               708 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
doc               709 lib/common/xml.c         xmlDocSetRootElement(doc, node);
doc               712 lib/common/xml.c         doc = getDocPtr(parent);
doc               713 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
doc               766 lib/common/xml.c         xmlDoc *doc = child->doc;
doc               769 lib/common/xml.c         if (doc != NULL) {
doc               770 lib/common/xml.c             top = xmlDocGetRootElement(doc);
doc               773 lib/common/xml.c         if (doc != NULL && top == child) {
doc               775 lib/common/xml.c             xmlFreeDoc(doc);
doc               786 lib/common/xml.c             if (doc && pcmk__tracking_xml_changes(child, FALSE)
doc               795 lib/common/xml.c                     crm_trace("Deleting %s %p from %p", buffer, child, doc);
doc               812 lib/common/xml.c                     p = doc->_private;
doc               832 lib/common/xml.c     xmlDoc *doc = xmlNewDoc((pcmkXmlStr) "1.0");
doc               833 lib/common/xml.c     xmlNode *copy = xmlDocCopyNode(src, doc, 1);
doc               835 lib/common/xml.c     xmlDocSetRootElement(doc, copy);
doc               836 lib/common/xml.c     xmlSetTreeDoc(copy, doc);
doc              1893 lib/common/xml.c         xmlDoc *doc;
doc              1896 lib/common/xml.c         doc = getDocPtr(data);
doc              1898 lib/common/xml.c         CRM_CHECK(doc != NULL, return);
doc              1913 lib/common/xml.c         xmlNodeDumpOutput(xml_buffer, doc, data, 0,
doc              2101 lib/common/xml.c     xml_private_t *p = new_xml->doc->_private;
doc              2275 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
doc              2721 lib/common/xml.c             xmlDoc *doc = tmp->doc;
doc              2733 lib/common/xml.c             xmlDocSetRootElement(doc, old);
doc               141 lib/common/xpath.c     xmlDocPtr doc = NULL;
doc               150 lib/common/xpath.c     doc = getDocPtr(xml_top);
doc               152 lib/common/xpath.c     xpathCtx = xmlXPathNewContext(doc);
doc                62 lib/pacemaker/pcmk_acl.c             *ns_recycle_writable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
doc                72 lib/pacemaker/pcmk_acl.c             *ns_recycle_readable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
doc                82 lib/pacemaker/pcmk_acl.c             *ns_recycle_denied = xmlNewNs(xmlDocGetRootElement(i_node->doc),
doc               117 lib/pacemaker/pcmk_acl.c     if (prev_doc == NULL || prev_doc != xml_modify->doc) {
doc               118 lib/pacemaker/pcmk_acl.c         prev_doc = xml_modify->doc;
doc               225 lib/pacemaker/pcmk_acl.c         comment = xmlNewDocComment(target->doc, (pcmkXmlStr) credentials);
doc               231 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);
doc               232 lib/pacemaker/pcmk_acl.c         *acl_evaled_doc = target->doc;
doc               138 maint/gnulib/lib/argmatch.h     const char *doc;                                                    \
doc               321 maint/gnulib/lib/argmatch.h                  doc_col - col, "", gettext (g->docs[i].doc));          \
doc              1127 maint/gnulib/lib/argp-help.c filter_doc (const char *doc, int key, const struct argp *argp,
doc              1134 maint/gnulib/lib/argp-help.c       return (*argp->help_filter) (key, doc, input);
doc              1138 maint/gnulib/lib/argp-help.c     return doc;
doc              1307 maint/gnulib/lib/argp-help.c         print_header (real->doc, entry->argp, &pest);
doc              1314 maint/gnulib/lib/argp-help.c       const char *tstr = real->doc ? dgettext (state == NULL ? NULL
doc              1316 maint/gnulib/lib/argp-help.c                                                real->doc) : 0;
doc              1595 maint/gnulib/lib/argp-help.c   const char *doc = argp->doc ? dgettext (argp->argp_domain, argp->doc) : NULL;
doc              1598 maint/gnulib/lib/argp-help.c   if (doc)
doc              1600 maint/gnulib/lib/argp-help.c       char *vt = strchr (doc, '\v');
doc              1601 maint/gnulib/lib/argp-help.c       inp_text = post ? (vt ? vt + 1 : 0) : doc;
doc              1602 maint/gnulib/lib/argp-help.c       inp_text_limit = (!post && vt) ? (vt - doc) : 0;
doc                93 maint/gnulib/lib/argp.h   const char *doc;
doc               243 maint/gnulib/lib/argp.h   const char *doc;
doc               627 maint/gnulib/lib/argp.h   return !__opt->key && !__opt->name && !__opt->doc && !__opt->group;
doc                22 maint/gnulib/tests/test-argp-version-etc.c static char doc[] = "test for the argp-version-etc module";
doc                29 maint/gnulib/tests/test-argp-version-etc.c   doc,
doc               245 maint/gnulib/tests/test-argp.c static char doc[] = "documentation string";
doc               251 maint/gnulib/tests/test-argp.c   doc,
doc               786 tools/cibadmin.c         rc = pcmk__acl_annotate_permissions(acl_cred, output->doc, &acl_evaled_doc);
doc               362 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
doc               365 tools/crm_resource_print.c             doc = string2xml(stdout_data);
doc               367 tools/crm_resource_print.c         if (doc != NULL) {
doc               369 tools/crm_resource_print.c             xmlFreeNode(doc);
doc               430 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
doc               433 tools/crm_resource_print.c             doc = string2xml(stdout_data);
doc               435 tools/crm_resource_print.c         if (doc != NULL) {
doc               437 tools/crm_resource_print.c             xmlFreeNode(doc);