xmlDocGetRootElement  588 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
xmlDocGetRootElement  696 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
xmlDocGetRootElement  952 lib/common/schemas.c     out = xmlDocGetRootElement(res);
xmlDocGetRootElement  390 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
xmlDocGetRootElement  752 lib/common/xml.c             top = xmlDocGetRootElement(doc);
xmlDocGetRootElement  852 lib/common/xml.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement 1042 lib/common/xml.c     if (output && (xml = xmlDocGetRootElement(output))) {
xmlDocGetRootElement 1999 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  211 lib/pacemaker/pcmk_acl.c     validation = crm_element_value(xmlDocGetRootElement((xmlDoc *) cib_doc),
xmlDocGetRootElement  218 lib/pacemaker/pcmk_acl.c     target = copy_xml(xmlDocGetRootElement((xmlDoc *) cib_doc));
xmlDocGetRootElement  235 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);