xmlDocGetRootElement  596 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
xmlDocGetRootElement  992 lib/common/schemas.c     out = xmlDocGetRootElement(res);
xmlDocGetRootElement 1718 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
xmlDocGetRootElement  413 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
xmlDocGetRootElement  813 lib/common/xml.c     if ((doc != NULL) && (xmlDocGetRootElement(doc) == child)) {
xmlDocGetRootElement 1438 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
xmlDocGetRootElement  210 lib/common/xml_io.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement  267 lib/common/xml_io.c         xml = xmlDocGetRootElement(output);
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  225 lib/pacemaker/pcmk_acl.c     validation = crm_element_value(xmlDocGetRootElement((xmlDoc *) cib_doc),
xmlDocGetRootElement  233 lib/pacemaker/pcmk_acl.c     target = pcmk__xml_copy(NULL, xmlDocGetRootElement((xmlDoc *) cib_doc));
xmlDocGetRootElement  252 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);