doc                86 daemons/based/pacemaker-based.h int activateCibXml(xmlNode *doc, gboolean to_disk, const char *op);
doc               343 lib/cib/cib_file.c         if (output->doc == private->cib_xml->doc) {
doc               352 lib/cib/cib_file.c         && (output->doc != private->cib_xml->doc)
doc               395 lib/cib/cib_utils.c         } else if(cib_filtered && (*output)->doc == cib_filtered->doc) {
doc               399 lib/cib/cib_utils.c         } else if ((*output)->doc == (*current_cib)->doc) {
doc               233 lib/common/acl.c     xml_doc_private_t *docpriv = 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     docpriv = target->doc->_private;
doc               467 lib/common/acl.c     docpriv = target->doc->_private;
doc               596 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
doc               618 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               619 lib/common/acl.c         xml_doc_private_t *docpriv = xml->doc->_private;
doc               630 lib/common/acl.c         xml_doc_private_t *docpriv = xml->doc->_private;
doc               649 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               650 lib/common/acl.c         xml_doc_private_t *docpriv = xml->doc->_private;
doc               661 lib/common/acl.c     CRM_ASSERT(xml->doc);
doc               662 lib/common/acl.c     CRM_ASSERT(xml->doc->_private);
doc               666 lib/common/acl.c         xml_doc_private_t *docpriv = xml->doc->_private;
doc               116 lib/common/output_html.c     xmlCreateIntSubset(priv->root->doc, (pcmkXmlStr) "html", NULL, NULL);
doc               203 lib/common/output_html.c         htmlDocDump(out->dest, priv->root->doc);
doc               327 lib/common/output_xml.c     cdata_node = xmlNewCDataBlock(parent->doc, (pcmkXmlStr) buf, strlen(buf));
doc               163 lib/common/patchset.c     if ((xml->doc != NULL) && (xml->doc->_private != NULL)) {
doc               164 lib/common/patchset.c         docpriv = xml->doc->_private;
doc               284 lib/common/patchset.c     CRM_ASSERT(target->doc);
doc               285 lib/common/patchset.c     docpriv = target->doc->_private;
doc              1031 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              1254 lib/common/patchset.c             child = xmlDocCopyNode(change->children, match->doc, 1);
doc               516 lib/common/schemas.c validate_with_relaxng(xmlDocPtr doc, xmlRelaxNGValidityErrorFunc error_handler,
doc               524 lib/common/schemas.c     CRM_CHECK(doc != NULL, return false);
doc               570 lib/common/schemas.c     rc = xmlRelaxNGValidateDoc(ctx->valid, doc);
doc               735 lib/common/schemas.c             valid = validate_with_relaxng(xml->doc, error_handler, error_handler_context, file, cache);
doc               764 lib/common/schemas.c     CRM_CHECK((xml_blob != NULL) && (xml_blob->doc != NULL), return false);
doc               987 lib/common/schemas.c     res = xsltApplyStylesheet(xslt, xml->doc, NULL);
doc              1153 lib/common/schemas.c     CRM_CHECK((xml != NULL) && (*xml != NULL) && ((*xml)->doc != NULL),
doc              1518 lib/common/schemas.c     xmlAddChild(file_node, xmlNewCDataBlock(parent->doc, (pcmkXmlStr) contents,
doc              1704 lib/common/schemas.c     xmlDoc *doc = NULL;
doc              1717 lib/common/schemas.c     doc = xmlReadFile(filename, NULL, 0);
doc              1718 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
doc                23 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc->_private = NULL;
doc                26 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc = NULL;
doc                41 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc->_private = pcmk__assert_alloc(1, sizeof(xml_doc_private_t));
doc                46 lib/common/tests/acl/xml_acl_denied_test.c     docpriv = test_xml->doc->_private;
doc                23 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc->_private = NULL;
doc                26 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc = NULL;
doc                41 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc->_private = pcmk__assert_alloc(1, sizeof(xml_doc_private_t));
doc                46 lib/common/tests/acl/xml_acl_enabled_test.c     docpriv = test_xml->doc->_private;
doc                52 lib/common/tests/xml/crm_xml_init_test.c     xmlDocPtr doc = xmlNewDoc(PCMK__XML_VERSION);
doc                55 lib/common/tests/xml/crm_xml_init_test.c     assert_non_null(doc);
doc                56 lib/common/tests/xml/crm_xml_init_test.c     assert_int_equal(doc->type, XML_DOCUMENT_NODE);
doc                59 lib/common/tests/xml/crm_xml_init_test.c     docpriv = doc->_private;
doc                65 lib/common/tests/xml/crm_xml_init_test.c     xmlFreeDoc(doc);
doc                72 lib/common/tests/xml/crm_xml_init_test.c     xmlDocPtr doc = xmlNewDoc(PCMK__XML_VERSION);
doc                73 lib/common/tests/xml/crm_xml_init_test.c     xmlNodePtr node = xmlNewDocNode(doc, NULL, (pcmkXmlStr) "test", NULL);
doc                76 lib/common/tests/xml/crm_xml_init_test.c     docpriv = doc->_private;
doc                91 lib/common/tests/xml/crm_xml_init_test.c     xmlFreeDoc(doc);
doc                98 lib/common/tests/xml/crm_xml_init_test.c     xmlDocPtr doc = xmlNewDoc(PCMK__XML_VERSION);
doc                99 lib/common/tests/xml/crm_xml_init_test.c     xmlNodePtr node = xmlNewDocNode(doc, NULL, (pcmkXmlStr) "test", NULL);
doc               104 lib/common/tests/xml/crm_xml_init_test.c     docpriv = doc->_private;
doc               119 lib/common/tests/xml/crm_xml_init_test.c     xmlFreeDoc(doc);
doc               126 lib/common/tests/xml/crm_xml_init_test.c     xmlDocPtr doc = xmlNewDoc(PCMK__XML_VERSION);
doc               127 lib/common/tests/xml/crm_xml_init_test.c     xmlNodePtr node = xmlNewDocComment(doc, (pcmkXmlStr) "blahblah");
doc               130 lib/common/tests/xml/crm_xml_init_test.c     docpriv = doc->_private;
doc               145 lib/common/tests/xml/crm_xml_init_test.c     xmlFreeDoc(doc);
doc               152 lib/common/tests/xml/crm_xml_init_test.c     xmlDocPtr doc = xmlNewDoc(PCMK__XML_VERSION);
doc               153 lib/common/tests/xml/crm_xml_init_test.c     xmlNodePtr node = xmlNewDocText(doc, (pcmkXmlStr) "blahblah");
doc               156 lib/common/tests/xml/crm_xml_init_test.c     docpriv = doc->_private;
doc               169 lib/common/tests/xml/crm_xml_init_test.c     xmlFreeDoc(doc);
doc               176 lib/common/tests/xml/crm_xml_init_test.c     xmlDocPtr doc = xmlNewDoc(PCMK__XML_VERSION);
doc               177 lib/common/tests/xml/crm_xml_init_test.c     xmlDtdPtr dtd = xmlNewDtd(doc, (pcmkXmlStr) PCMK_XA_NAME,
doc               182 lib/common/tests/xml/crm_xml_init_test.c     docpriv = doc->_private;
doc               195 lib/common/tests/xml/crm_xml_init_test.c     xmlFreeDoc(doc);
doc               202 lib/common/tests/xml/crm_xml_init_test.c     xmlDocPtr doc = xmlNewDoc(PCMK__XML_VERSION);
doc               203 lib/common/tests/xml/crm_xml_init_test.c     xmlNodePtr node = xmlNewCDataBlock(doc, (pcmkXmlStr) "blahblah", 8);
doc               206 lib/common/tests/xml/crm_xml_init_test.c     docpriv = doc->_private;
doc               219 lib/common/tests/xml/crm_xml_init_test.c     xmlFreeDoc(doc);
doc                62 lib/common/xml.c     if(xml == NULL || xml->doc == NULL || xml->doc->_private == NULL) {
doc                64 lib/common/xml.c     } else if (!pcmk_is_set(((xml_doc_private_t *)xml->doc->_private)->flags,
doc                67 lib/common/xml.c     } else if (lazy && !pcmk_is_set(((xml_doc_private_t *)xml->doc->_private)->flags,
doc                91 lib/common/xml.c     if(xml && xml->doc && xml->doc->_private){
doc                93 lib/common/xml.c         xml_doc_private_t *docpriv = xml->doc->_private;
doc               320 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
doc               321 lib/common/xml.c            && pcmk_is_set(((xml_doc_private_t *)(xml->doc->_private))->flags,
doc               327 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
doc               328 lib/common/xml.c            && pcmk_is_set(((xml_doc_private_t *)(xml->doc->_private))->flags,
doc               412 lib/common/xml.c     docpriv = xml->doc->_private;
doc               413 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
doc               415 lib/common/xml.c     reset_xml_private_data(xml->doc->_private);
doc               727 lib/common/xml.c         xmlDoc *doc = xmlNewDoc(PCMK__XML_VERSION);
doc               729 lib/common/xml.c         pcmk__mem_assert(doc);
doc               731 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
doc               734 lib/common/xml.c         xmlDocSetRootElement(doc, node);
doc               804 lib/common/xml.c     xmlDoc *doc = NULL;
doc               810 lib/common/xml.c     doc = child->doc;
doc               813 lib/common/xml.c     if ((doc != NULL) && (xmlDocGetRootElement(doc) == child)) {
doc               815 lib/common/xml.c         xmlFreeDoc(doc);
doc               831 lib/common/xml.c     if ((doc != NULL) && pcmk__tracking_xml_changes(child, false)
doc               834 lib/common/xml.c         xml_doc_private_t *docpriv = doc->_private;
doc               840 lib/common/xml.c             crm_trace("Deleting %s %p from %p", xpath->str, child, doc);
doc               892 lib/common/xml.c         xmlDoc *doc = NULL;
doc               897 lib/common/xml.c         doc = xmlNewDoc(PCMK__XML_VERSION);
doc               898 lib/common/xml.c         pcmk__mem_assert(doc);
doc               900 lib/common/xml.c         copy = xmlDocCopyNode(src, doc, 1);
doc               903 lib/common/xml.c         xmlDocSetRootElement(doc, copy);
doc               906 lib/common/xml.c         copy = xmlDocCopyNode(src, parent->doc, 1);
doc              1242 lib/common/xml.c     xml_doc_private_t *docpriv = new_xml->doc->_private;
doc              1438 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
doc              2332 lib/common/xml.c     xmlDoc *doc = NULL;
doc              2336 lib/common/xml.c     doc = node->doc;
doc              2337 lib/common/xml.c     if (doc == NULL) {
doc              2338 lib/common/xml.c         doc = xmlNewDoc(PCMK__XML_VERSION);
doc              2339 lib/common/xml.c         xmlDocSetRootElement(doc, node);
doc              2341 lib/common/xml.c     return doc;
doc              2351 lib/common/xml.c     child = xmlDocCopyNode(src_node, parent->doc, 1);
doc              2463 lib/common/xml.c     xmlDoc *doc = xmlNewDoc(PCMK__XML_VERSION);
doc              2466 lib/common/xml.c     pcmk__mem_assert(doc);
doc              2468 lib/common/xml.c     copy = xmlDocCopyNode(src, doc, 1);
doc              2471 lib/common/xml.c     xmlDocSetRootElement(doc, copy);
doc              2484 lib/common/xml.c         xmlDoc *doc = xmlNewDoc(PCMK__XML_VERSION);
doc              2486 lib/common/xml.c         if (doc == NULL) {
doc              2490 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
doc              2492 lib/common/xml.c             xmlFreeDoc(doc);
doc              2495 lib/common/xml.c         xmlDocSetRootElement(doc, node);
doc               378 lib/common/xml_display.c     CRM_ASSERT(xml->doc != NULL);
doc               380 lib/common/xml_display.c     docpriv = xml->doc->_private;
doc               719 lib/common/xml_io.c     xmlNodeDumpOutput(fd_out, cur->doc, cur, 0, pcmk__xml_fmt_pretty, NULL);
doc               149 lib/common/xpath.c     xpathCtx = xmlXPathNewContext(xml_top->doc);
doc                64 lib/pacemaker/pcmk_acl.c             *ns_recycle_writable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
doc                74 lib/pacemaker/pcmk_acl.c             *ns_recycle_readable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
doc                84 lib/pacemaker/pcmk_acl.c             *ns_recycle_denied = xmlNewNs(xmlDocGetRootElement(i_node->doc),
doc               121 lib/pacemaker/pcmk_acl.c     if (prev_doc == NULL || prev_doc != xml_modify->doc) {
doc               122 lib/pacemaker/pcmk_acl.c         prev_doc = xml_modify->doc;
doc               246 lib/pacemaker/pcmk_acl.c         comment = xmlNewDocComment(target->doc, (pcmkXmlStr) credentials);
doc               252 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);
doc               253 lib/pacemaker/pcmk_acl.c         *acl_evaled_doc = target->doc;
doc               289 lib/pacemaker/pcmk_sched_constraints.c                     new_rsc_ref = xmlNewDocRawNode(set->doc, NULL,
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               871 tools/cibadmin.c         rc = pcmk__acl_annotate_permissions(acl_cred, output->doc, &acl_evaled_doc);
doc               447 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
doc               450 tools/crm_resource_print.c             doc = pcmk__xml_parse(stdout_data);
doc               452 tools/crm_resource_print.c         if (doc != NULL) {
doc               454 tools/crm_resource_print.c             xmlFreeNode(doc);
doc               515 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
doc               518 tools/crm_resource_print.c             doc = pcmk__xml_parse(stdout_data);
doc               520 tools/crm_resource_print.c         if (doc != NULL) {
doc               522 tools/crm_resource_print.c             xmlFreeNode(doc);