doc                96 daemons/based/pacemaker-based.h int activateCibXml(xmlNode *doc, gboolean to_disk, const char *op);
doc               282 lib/cib/cib_utils.c         } else if(cib_filtered && (*output)->doc == cib_filtered->doc) {
doc               286 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               408 lib/common/acl.c     xml_private_t *doc = NULL;
doc               427 lib/common/acl.c     doc = target->doc->_private;
doc               428 lib/common/acl.c     for(aIter = doc->acls; aIter != NULL && target; aIter = aIter->next) {
doc               462 lib/common/acl.c     if (doc->acls) {
doc               463 lib/common/acl.c         g_list_free_full(doc->acls, free_acl);
doc               464 lib/common/acl.c         doc->acls = NULL;
doc               551 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
doc               566 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               567 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               578 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               590 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               591 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               602 lib/common/acl.c     CRM_ASSERT(xml->doc);
doc               603 lib/common/acl.c     CRM_ASSERT(xml->doc->_private);
doc               609 lib/common/acl.c         xml_private_t *docp = xml->doc->_private;
doc               102 lib/common/output_html.c     xmlCreateIntSubset(priv->root->doc, (pcmkXmlStr) "html", NULL, NULL);
doc               181 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               462 lib/common/schemas.c validate_with_relaxng(xmlDocPtr doc, gboolean to_logs, const char *relaxng_file,
doc               469 lib/common/schemas.c     CRM_CHECK(doc != NULL, return FALSE);
doc               520 lib/common/schemas.c     rc = xmlRelaxNGValidateDoc(ctx->valid, doc);
doc               595 lib/common/schemas.c     xmlDocPtr doc = NULL;
doc               608 lib/common/schemas.c     doc = getDocPtr(xml);
doc               617 lib/common/schemas.c                 validate_with_relaxng(doc, to_logs, file,
doc               675 lib/common/schemas.c     xmlDoc *doc = NULL;
doc               688 lib/common/schemas.c     doc = xmlParseFile(filename);
doc               689 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
doc               907 lib/common/schemas.c     xmlDocPtr doc = NULL;
doc               916 lib/common/schemas.c     doc = getDocPtr(xml);
doc               933 lib/common/schemas.c     res = xsltApplyStylesheet(xslt, doc, NULL);
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              1888 lib/common/xml.c         xmlDoc *doc;
doc              1891 lib/common/xml.c         doc = getDocPtr(data);
doc              1893 lib/common/xml.c         CRM_CHECK(doc != NULL, return);
doc              1908 lib/common/xml.c         xmlNodeDumpOutput(xml_buffer, doc, data, 0,
doc              2096 lib/common/xml.c     xml_private_t *p = new_xml->doc->_private;
doc              2270 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
doc              2716 lib/common/xml.c             xmlDoc *doc = tmp->doc;
doc              2728 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               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               358 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
doc               361 tools/crm_resource_print.c             doc = string2xml(stdout_data);
doc               363 tools/crm_resource_print.c         if (doc != NULL) {
doc               365 tools/crm_resource_print.c             xmlFreeNode(doc);
doc               426 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
doc               429 tools/crm_resource_print.c             doc = string2xml(stdout_data);
doc               431 tools/crm_resource_print.c         if (doc != NULL) {
doc               433 tools/crm_resource_print.c             xmlFreeNode(doc);