stop_index         47 include/crm/pengine/status.h                           int *stop_index);
stop_index       1712 lib/pacemaker/pcmk_sched_actions.c rsc_history_as_list(const xmlNode *rsc_entry, int *start_index, int *stop_index)
stop_index       1721 lib/pacemaker/pcmk_sched_actions.c     calculate_active_ops(ops, start_index, stop_index);
stop_index       1744 lib/pacemaker/pcmk_sched_actions.c     int stop_index = 0;
stop_index       1781 lib/pacemaker/pcmk_sched_actions.c     sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index);
stop_index       1782 lib/pacemaker/pcmk_sched_actions.c     if (start_index < stop_index) {
stop_index       2252 lib/pengine/unpack.c                   int start_index, int stop_index,
stop_index       2261 lib/pengine/unpack.c     pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index);
stop_index       2278 lib/pengine/unpack.c         } else if (start_index < stop_index && counter <= stop_index) {
stop_index       2312 lib/pengine/unpack.c                      int *stop_index)
stop_index       2320 lib/pengine/unpack.c     *stop_index = -1;
stop_index       2333 lib/pengine/unpack.c             *stop_index = counter;
stop_index       2338 lib/pengine/unpack.c         } else if ((implied_monitor_start <= *stop_index) && pcmk__str_eq(task, CRMD_ACTION_STATUS, pcmk__str_casei)) {
stop_index       2400 lib/pengine/unpack.c     int stop_index = -1;
stop_index       2467 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       2468 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set);
stop_index       4701 lib/pengine/unpack.c     int stop_index = -1;
stop_index       4739 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       4746 lib/pengine/unpack.c         if (start_index < stop_index) {