xmlDocGetRootElement  551 lib/common/acl.c                        ((xml == xmlDocGetRootElement(xml->doc))? "root element " : ""),
xmlDocGetRootElement  689 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
xmlDocGetRootElement  947 lib/common/schemas.c     out = xmlDocGetRootElement(res);
xmlDocGetRootElement  432 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
xmlDocGetRootElement  770 lib/common/xml.c             top = xmlDocGetRootElement(doc);
xmlDocGetRootElement  889 lib/common/xml.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement 1078 lib/common/xml.c     if (output && (xml = xmlDocGetRootElement(output))) {
xmlDocGetRootElement 2272 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));