start_index        56 include/crm/pengine/status.h void calculate_active_ops(const GList *sorted_op_list, int *start_index,
start_index      1727 lib/pacemaker/pcmk_sched_actions.c rsc_history_as_list(const xmlNode *rsc_entry, int *start_index, int *stop_index)
start_index      1738 lib/pacemaker/pcmk_sched_actions.c     calculate_active_ops(ops, start_index, stop_index);
start_index      1762 lib/pacemaker/pcmk_sched_actions.c     int start_index = 0;
start_index      1799 lib/pacemaker/pcmk_sched_actions.c     sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index);
start_index      1800 lib/pacemaker/pcmk_sched_actions.c     if (start_index < stop_index) {
start_index      1809 lib/pacemaker/pcmk_sched_actions.c         if (++offset < start_index) {
start_index      2568 lib/pengine/unpack.c                   int start_index, int stop_index,
start_index      2578 lib/pengine/unpack.c                     rsc->id, start_index, stop_index);
start_index      2595 lib/pengine/unpack.c         } else if (start_index < stop_index && counter <= stop_index) {
start_index      2600 lib/pengine/unpack.c         } else if (counter < start_index) {
start_index      2628 lib/pengine/unpack.c calculate_active_ops(const GList *sorted_op_list, int *start_index,
start_index      2638 lib/pengine/unpack.c     *start_index = -1;
start_index      2654 lib/pengine/unpack.c             *start_index = counter;
start_index      2670 lib/pengine/unpack.c     if (*start_index == -1) {
start_index      2672 lib/pengine/unpack.c             *start_index = implied_clone_start;
start_index      2674 lib/pengine/unpack.c             *start_index = implied_monitor_start;
start_index      2718 lib/pengine/unpack.c     int start_index = -1;
start_index      2788 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
start_index      2789 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list,
start_index      4980 lib/pengine/unpack.c     int start_index = -1;
start_index      5015 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
start_index      5022 lib/pengine/unpack.c         if (start_index < stop_index) {
start_index      5026 lib/pengine/unpack.c         } else if (counter < start_index) {