started_list      539 lib/pengine/clone.c     GList *started_list = NULL;
started_list      626 lib/pengine/clone.c                     started_list = g_list_append(started_list, location);
started_list      667 lib/pengine/clone.c     started_list = g_list_sort(started_list, pe__cmp_node_name);
started_list      668 lib/pengine/clone.c     for (gIter = started_list; gIter; gIter = gIter->next) {
started_list      694 lib/pengine/clone.c     g_list_free(started_list);
started_list      829 lib/pengine/clone.c     GList *started_list = NULL;
started_list      912 lib/pengine/clone.c                     started_list = g_list_append(started_list, location);
started_list      967 lib/pengine/clone.c     started_list = g_list_sort(started_list, pe__cmp_node_name);
started_list      968 lib/pengine/clone.c     for (gIter = started_list; gIter; gIter = gIter->next) {
started_list      979 lib/pengine/clone.c     g_list_free(started_list);