the_root           24 include/crm/cib/util.h xmlNode *get_object_root(const char *object_type, xmlNode * the_root);
the_root          230 lib/cib/cib_utils.c get_object_root(const char *object_type, xmlNode * the_root)
the_root          235 lib/cib/cib_utils.c         return the_root;        /* or return NULL? */
the_root          238 lib/cib/cib_utils.c     return get_xpath_object(xpath, the_root, LOG_DEBUG_4);
the_root           33 lib/pengine/utils.c extern xmlNode *get_object_root(const char *object_type, xmlNode * the_root);