xChild           3626 lib/common/xml.c         xmlNode *xChild = NULL;
xChild           3627 lib/common/xml.c         for(xChild = data->children; xChild != NULL; xChild = xChild->next) {
xChild           3628 lib/common/xml.c             crm_xml_dump(xChild, options, buffer, offset, max, depth + 1);