the_root           24 include/crm/cib/util.h xmlNode *get_object_root(const char *object_type, xmlNode * the_root);
the_root          145 lib/cib/cib_utils.c get_object_root(const char *object_type, xmlNode * the_root)
the_root          150 lib/cib/cib_utils.c         return the_root;        /* or return NULL? */
the_root          153 lib/cib/cib_utils.c     return get_xpath_object(xpath, the_root, LOG_TRACE);
the_root           26 lib/pengine/utils.c extern xmlNode *get_object_root(const char *object_type, xmlNode * the_root);