doc                96 daemons/based/pacemaker-based.h int activateCibXml(xmlNode *doc, gboolean to_disk, const char *op);
doc               268 lib/cib/cib_utils.c         } else if(cib_filtered && (*output)->doc == cib_filtered->doc) {
doc               272 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               307 lib/common/acl.c     if ((target == NULL) || (target->doc == NULL)
doc               308 lib/common/acl.c         || (target->doc->_private == NULL)) {
doc               312 lib/common/acl.c     p = target->doc->_private;
doc               424 lib/common/acl.c     xml_private_t *doc = NULL;
doc               443 lib/common/acl.c     doc = target->doc->_private;
doc               444 lib/common/acl.c     for(aIter = doc->acls; aIter != NULL && target; aIter = aIter->next) {
doc               478 lib/common/acl.c     if (doc->acls) {
doc               479 lib/common/acl.c         g_list_free_full(doc->acls, free_acl);
doc               480 lib/common/acl.c         doc->acls = NULL;
doc               567 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
doc               582 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               583 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               594 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               606 lib/common/acl.c     if (xml && xml->doc && xml->doc->_private){
doc               607 lib/common/acl.c         xml_private_t *p = xml->doc->_private;
doc               618 lib/common/acl.c     CRM_ASSERT(xml->doc);
doc               619 lib/common/acl.c     CRM_ASSERT(xml->doc->_private);
doc               626 lib/common/acl.c         xml_private_t *docp = xml->doc->_private;
doc                98 lib/common/output_html.c     xmlCreateIntSubset(priv->root->doc, (pcmkXmlStr) "html", NULL, NULL);
doc               169 lib/common/output_html.c         htmlDocDump(out->dest, priv->root->doc);
doc               208 lib/common/patchset.c     if ((xml->doc != NULL) && (xml->doc->_private != NULL)) {
doc               209 lib/common/patchset.c         p = xml->doc->_private;
doc               315 lib/common/patchset.c     xml_private_t *doc = NULL;
doc               331 lib/common/patchset.c     CRM_ASSERT(target->doc);
doc               332 lib/common/patchset.c     doc = target->doc->_private;
doc               359 lib/common/patchset.c     for (gIter = doc->deleted_objs; gIter; gIter = gIter->next) {
doc              1034 lib/common/patchset.c     xmlNode *target = (xmlNode *) top->doc;
doc              1177 lib/common/patchset.c             crm_debug("No %s match for %s in %p", op, xpath, xml->doc);
doc              1181 lib/common/patchset.c             crm_err("No %s match for %s in %p", op, xpath, xml->doc);
doc              1266 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                54 lib/common/xml.c     if(xml == NULL || xml->doc == NULL || xml->doc->_private == NULL) {
doc                56 lib/common/xml.c     } else if (!pcmk_is_set(((xml_private_t *)xml->doc->_private)->flags,
doc                59 lib/common/xml.c     } else if (lazy && !pcmk_is_set(((xml_private_t *)xml->doc->_private)->flags,
doc               121 lib/common/xml.c     if(xml && xml->doc && xml->doc->_private){
doc               123 lib/common/xml.c         xml_private_t *p = xml->doc->_private;
doc               293 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
doc               294 lib/common/xml.c            && pcmk_is_set(((xml_private_t *)(xml->doc->_private))->flags,
doc               300 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
doc               301 lib/common/xml.c            && pcmk_is_set(((xml_private_t *)(xml->doc->_private))->flags,
doc               390 lib/common/xml.c     xml_private_t *doc = NULL;
doc               397 lib/common/xml.c     CRM_ASSERT(xml->doc);
doc               399 lib/common/xml.c     doc = xml->doc->_private;
doc               400 lib/common/xml.c     if (!pcmk_is_set(doc->flags, xpf_dirty)) {
doc               404 lib/common/xml.c     for(gIter = doc->deleted_objs; gIter; gIter = gIter->next) {
doc               425 lib/common/xml.c     xml_private_t *doc = NULL;
doc               432 lib/common/xml.c     doc = xml->doc->_private;
doc               433 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
doc               435 lib/common/xml.c     reset_xml_private_data(xml->doc->_private);
doc               437 lib/common/xml.c     if (!pcmk_is_set(doc->flags, xpf_dirty)) {
doc               438 lib/common/xml.c         doc->flags = xpf_none;
doc               442 lib/common/xml.c     doc->flags = xpf_none;
doc               627 lib/common/xml.c     xmlDoc *doc = NULL;
doc               631 lib/common/xml.c     doc = node->doc;
doc               632 lib/common/xml.c     if (doc == NULL) {
doc               633 lib/common/xml.c         doc = xmlNewDoc((pcmkXmlStr) "1.0");
doc               634 lib/common/xml.c         xmlDocSetRootElement(doc, node);
doc               635 lib/common/xml.c         xmlSetTreeDoc(node, doc);
doc               637 lib/common/xml.c     return doc;
doc               644 lib/common/xml.c     xmlDoc *doc = getDocPtr(parent);
doc               648 lib/common/xml.c     child = xmlDocCopyNode(src_node, doc, 1);
doc               665 lib/common/xml.c     xmlDoc *doc = NULL;
doc               674 lib/common/xml.c         doc = xmlNewDoc((pcmkXmlStr) "1.0");
doc               675 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
doc               676 lib/common/xml.c         xmlDocSetRootElement(doc, node);
doc               679 lib/common/xml.c         doc = getDocPtr(parent);
doc               680 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
doc               733 lib/common/xml.c         xmlDoc *doc = child->doc;
doc               736 lib/common/xml.c         if (doc != NULL) {
doc               737 lib/common/xml.c             top = xmlDocGetRootElement(doc);
doc               740 lib/common/xml.c         if (doc != NULL && top == child) {
doc               742 lib/common/xml.c             xmlFreeDoc(doc);
doc               753 lib/common/xml.c             if (doc && pcmk__tracking_xml_changes(child, FALSE)
doc               762 lib/common/xml.c                     crm_trace("Deleting %s %p from %p", buffer, child, doc);
doc               778 lib/common/xml.c                     p = doc->_private;
doc               798 lib/common/xml.c     xmlDoc *doc = xmlNewDoc((pcmkXmlStr) "1.0");
doc               799 lib/common/xml.c     xmlNode *copy = xmlDocCopyNode(src, doc, 1);
doc               801 lib/common/xml.c     xmlDocSetRootElement(doc, copy);
doc               802 lib/common/xml.c     xmlSetTreeDoc(copy, doc);
doc              1875 lib/common/xml.c         xmlDoc *doc;
doc              1878 lib/common/xml.c         doc = getDocPtr(data);
doc              1880 lib/common/xml.c         CRM_CHECK(doc != NULL, return);
doc              1895 lib/common/xml.c         xmlNodeDumpOutput(xml_buffer, doc, data, 0,
doc              2083 lib/common/xml.c     xml_private_t *p = new_xml->doc->_private;
doc              2255 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
doc              2704 lib/common/xml.c             xmlDoc *doc = tmp->doc;
doc              2716 lib/common/xml.c             xmlDocSetRootElement(doc, old);
doc               140 lib/common/xpath.c     xmlDocPtr doc = NULL;
doc               149 lib/common/xpath.c     doc = getDocPtr(xml_top);
doc               151 lib/common/xpath.c     xpathCtx = xmlXPathNewContext(doc);