xmlDocGetRootElement  630 lib/common/acl.c             bool is_root = (xmlDocGetRootElement(xml->doc) == xml);
xmlDocGetRootElement  651 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
xmlDocGetRootElement 1034 lib/common/schemas.c     out = xmlDocGetRootElement(res);
xmlDocGetRootElement  482 lib/common/xml.c         pcmk__xml_tree_foreach(xmlDocGetRootElement(doc), commit_attr_deletions,
xmlDocGetRootElement  748 lib/common/xml.c     if ((doc != NULL) && (xmlDocGetRootElement(doc) == node)) {
xmlDocGetRootElement 1330 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
xmlDocGetRootElement  135 lib/common/xml_io.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement  190 lib/common/xml_io.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement  112 lib/common/xpath.c             return xmlDocGetRootElement((xmlDoc *) match);
xmlDocGetRootElement  229 lib/common/xpath.c     root = xmlDocGetRootElement(doc);
xmlDocGetRootElement   64 lib/pacemaker/pcmk_acl.c             *ns_recycle_writable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement   74 lib/pacemaker/pcmk_acl.c             *ns_recycle_readable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement   84 lib/pacemaker/pcmk_acl.c             *ns_recycle_denied = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement  224 lib/pacemaker/pcmk_acl.c     validation = crm_element_value(xmlDocGetRootElement(cib_doc),
xmlDocGetRootElement  232 lib/pacemaker/pcmk_acl.c     target = pcmk__xml_copy(NULL, xmlDocGetRootElement((xmlDoc *) cib_doc));
xmlDocGetRootElement  246 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);