recursive         356 include/crm/common/xml.h xmlNode *sorted_xml(xmlNode * input, xmlNode * parent, gboolean recursive);
recursive        5009 lib/common/xml.c sorted_xml(xmlNode * input, xmlNode * parent, gboolean recursive)
recursive        5042 lib/common/xml.c         if (recursive) {
recursive        5043 lib/common/xml.c             sorted_xml(child, result, recursive);
recursive         439 tools/crm_resource.c     bool recursive = FALSE;
recursive         470 tools/crm_resource.c                     recursive = TRUE;
recursive        1091 tools/crm_resource.c                                            prop_name, prop_value, recursive,
recursive          60 tools/crm_resource.h void cli_resource_print_colocation(resource_t * rsc, bool dependents, bool recursive, int offset);
recursive          91 tools/crm_resource.h                                   bool recursive, cib_t *cib,
recursive         234 tools/crm_resource_print.c cli_resource_print_colocation(resource_t * rsc, bool dependents, bool recursive, int offset)
recursive         273 tools/crm_resource_print.c         if (dependents && recursive) {
recursive         274 tools/crm_resource_print.c             cli_resource_print_colocation(peer, dependents, recursive, offset + 1);
recursive         289 tools/crm_resource_print.c         if (!dependents && recursive) {
recursive         290 tools/crm_resource_print.c             cli_resource_print_colocation(peer, dependents, recursive, offset + 1);
recursive         231 tools/crm_resource_runtime.c                               bool recursive, cib_t *cib,
recursive         350 tools/crm_resource_runtime.c     if(recursive && safe_str_eq(attr_set_type, XML_TAG_META_SETS)) {
recursive         377 tools/crm_resource_runtime.c                                               attr_name, attr_value, recursive,