stop_index        145 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index);
stop_index       1550 lib/pacemaker/pcmk_sched_actions.c                     int *start_index, int *stop_index)
stop_index       1559 lib/pacemaker/pcmk_sched_actions.c     calculate_active_ops(ops, start_index, stop_index);
stop_index       1581 lib/pacemaker/pcmk_sched_actions.c     int stop_index = 0;
stop_index       1619 lib/pacemaker/pcmk_sched_actions.c                                          &stop_index);
stop_index       1620 lib/pacemaker/pcmk_sched_actions.c     if (start_index < stop_index) {
stop_index       2205 lib/pengine/unpack.c                   int start_index, int stop_index,
stop_index       2214 lib/pengine/unpack.c     pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index);
stop_index       2230 lib/pengine/unpack.c         } else if (start_index < stop_index && counter <= stop_index) {
stop_index       2259 lib/pengine/unpack.c calculate_active_ops(GList *sorted_op_list, int *start_index, int *stop_index)
stop_index       2268 lib/pengine/unpack.c     *stop_index = -1;
stop_index       2281 lib/pengine/unpack.c             *stop_index = counter;
stop_index       2286 lib/pengine/unpack.c         } else if ((implied_monitor_start <= *stop_index) && pcmk__str_eq(task, CRMD_ACTION_STATUS, pcmk__str_casei)) {
stop_index       2344 lib/pengine/unpack.c     int stop_index = -1;
stop_index       2418 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       2419 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set);
stop_index       4013 lib/pengine/unpack.c     int stop_index = -1;
stop_index       4051 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       4058 lib/pengine/unpack.c         if (start_index < stop_index) {