start_index       133 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index);
start_index       397 lib/pacemaker/pcmk_sched_allocate.c     int start_index = 0;
start_index       443 lib/pacemaker/pcmk_sched_allocate.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
start_index       451 lib/pacemaker/pcmk_sched_allocate.c         if (start_index < stop_index) {
start_index       454 lib/pacemaker/pcmk_sched_allocate.c         } else if (offset < start_index) {
start_index      2137 lib/pengine/unpack.c                   int start_index, int stop_index,
start_index      2146 lib/pengine/unpack.c     pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index);
start_index      2162 lib/pengine/unpack.c         } else if (start_index < stop_index && counter <= stop_index) {
start_index      2166 lib/pengine/unpack.c         } else if (counter < start_index) {
start_index      2191 lib/pengine/unpack.c calculate_active_ops(GListPtr sorted_op_list, int *start_index, int *stop_index)
start_index      2201 lib/pengine/unpack.c     *start_index = -1;
start_index      2216 lib/pengine/unpack.c             *start_index = counter;
start_index      2229 lib/pengine/unpack.c     if (*start_index == -1) {
start_index      2231 lib/pengine/unpack.c             *start_index = implied_clone_start;
start_index      2233 lib/pengine/unpack.c             *start_index = implied_monitor_start;
start_index      2266 lib/pengine/unpack.c     int start_index = -1;
start_index      2340 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
start_index      2341 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set);
start_index      3897 lib/pengine/unpack.c     int start_index = -1;
start_index      3934 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
start_index      3941 lib/pengine/unpack.c         if (start_index < stop_index) {
start_index      3945 lib/pengine/unpack.c         } else if (counter < start_index) {