then_actions     1259 lib/pacemaker/pcmk_sched_ordering.c     GList *then_actions = NULL;
then_actions     1269 lib/pacemaker/pcmk_sched_ordering.c         then_actions = g_list_prepend(NULL, order->action2);
then_actions     1272 lib/pacemaker/pcmk_sched_ordering.c         then_actions = find_actions_by_task(rsc, order->task2);
then_actions     1275 lib/pacemaker/pcmk_sched_ordering.c     if (then_actions == NULL) {
then_actions     1296 lib/pacemaker/pcmk_sched_ordering.c         g_list_free(then_actions);
then_actions     1300 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = then_actions; iter != NULL; iter = iter->next) {
then_actions     1313 lib/pacemaker/pcmk_sched_ordering.c     g_list_free(then_actions);
then_actions      348 lib/pacemaker/pcmk_sched_probes.c         GList *then_actions = NULL;
then_actions      420 lib/pacemaker/pcmk_sched_probes.c             then_actions = g_list_prepend(NULL, then);
then_actions      423 lib/pacemaker/pcmk_sched_probes.c             then_actions = find_actions(order->rsc2->actions, order->task2,
then_actions      425 lib/pacemaker/pcmk_sched_probes.c             if (then_actions == NULL) { // There aren't any
then_actions      442 lib/pacemaker/pcmk_sched_probes.c             for (GList *then_iter = then_actions; then_iter != NULL;
then_actions      453 lib/pacemaker/pcmk_sched_probes.c         g_list_free(then_actions);
then_actions      567 lib/pacemaker/pcmk_sched_probes.c             GList *then_actions = NULL;
then_actions      570 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL,
then_actions      575 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL,
then_actions      579 lib/pacemaker/pcmk_sched_probes.c             for (iter = then_actions; iter != NULL; iter = iter->next) {
then_actions      587 lib/pacemaker/pcmk_sched_probes.c             g_list_free(then_actions);