xmlDocGetRootElement  585 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
xmlDocGetRootElement  662 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
xmlDocGetRootElement  887 lib/common/schemas.c     out = xmlDocGetRootElement(res);
xmlDocGetRootElement  370 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
xmlDocGetRootElement  722 lib/common/xml.c             top = xmlDocGetRootElement(doc);
xmlDocGetRootElement  831 lib/common/xml.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement 1054 lib/common/xml.c     if (output && (xml = xmlDocGetRootElement(output))) {
xmlDocGetRootElement 1964 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
xmlDocGetRootElement   65 lib/pacemaker/pcmk_acl.c             *ns_recycle_writable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement   75 lib/pacemaker/pcmk_acl.c             *ns_recycle_readable = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement   85 lib/pacemaker/pcmk_acl.c             *ns_recycle_denied = xmlNewNs(xmlDocGetRootElement(i_node->doc),
xmlDocGetRootElement  227 lib/pacemaker/pcmk_acl.c     validation = crm_element_value(xmlDocGetRootElement((xmlDoc *) cib_doc),
xmlDocGetRootElement  234 lib/pacemaker/pcmk_acl.c     target = copy_xml(xmlDocGetRootElement((xmlDoc *) cib_doc));
xmlDocGetRootElement  253 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);