promoted_list     630 lib/pengine/clone.c     GList *promoted_list = NULL;
promoted_list     718 lib/pengine/clone.c                     promoted_list = g_list_append(promoted_list, location);
promoted_list     746 lib/pengine/clone.c     promoted_list = g_list_sort(promoted_list, pe__cmp_node_name);
promoted_list     747 lib/pengine/clone.c     for (gIter = promoted_list; gIter; gIter = gIter->next) {
promoted_list     759 lib/pengine/clone.c     g_list_free(promoted_list);
promoted_list     943 lib/pengine/clone.c     GList *promoted_list = NULL;
promoted_list    1030 lib/pengine/clone.c                     promoted_list = g_list_append(promoted_list, location);
promoted_list    1065 lib/pengine/clone.c     promoted_list = g_list_sort(promoted_list, pe__cmp_node_name);
promoted_list    1066 lib/pengine/clone.c     for (gIter = promoted_list; gIter; gIter = gIter->next) {
promoted_list    1077 lib/pengine/clone.c     g_list_free(promoted_list);