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  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 1079 lib/common/xml.c     if (output && (xml = xmlDocGetRootElement(output))) {
xmlDocGetRootElement 2270 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));