xmlDocGetRootElement  563 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
xmlDocGetRootElement  687 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
xmlDocGetRootElement  943 lib/common/schemas.c     out = xmlDocGetRootElement(res);
xmlDocGetRootElement  431 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
xmlDocGetRootElement  770 lib/common/xml.c             top = xmlDocGetRootElement(doc);
xmlDocGetRootElement  890 lib/common/xml.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement 1080 lib/common/xml.c     if (output && (xml = xmlDocGetRootElement(output))) {
xmlDocGetRootElement 2275 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
xmlDocGetRootElement   62 lib/pacemaker/pcmk_acl.c             *ns_recycle_writable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement   72 lib/pacemaker/pcmk_acl.c             *ns_recycle_readable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement   82 lib/pacemaker/pcmk_acl.c             *ns_recycle_denied = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement  207 lib/pacemaker/pcmk_acl.c     validation = crm_element_value(xmlDocGetRootElement(cib_doc),
xmlDocGetRootElement  214 lib/pacemaker/pcmk_acl.c     target = copy_xml(xmlDocGetRootElement(cib_doc));
xmlDocGetRootElement  231 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);