stop_index        123 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index);
stop_index       2084 lib/pengine/unpack.c                   int start_index, int stop_index,
stop_index       2093 lib/pengine/unpack.c     pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index);
stop_index       2110 lib/pengine/unpack.c         } else if (start_index < stop_index && counter <= stop_index) {
stop_index       2140 lib/pengine/unpack.c calculate_active_ops(GListPtr sorted_op_list, int *start_index, int *stop_index)
stop_index       2149 lib/pengine/unpack.c     *stop_index = -1;
stop_index       2162 lib/pengine/unpack.c             *stop_index = counter;
stop_index       2167 lib/pengine/unpack.c         } else if ((implied_monitor_start <= *stop_index) && safe_str_eq(task, CRMD_ACTION_STATUS)) {
stop_index       2191 lib/pengine/unpack.c     int stop_index = -1;
stop_index       2252 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       2253 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set);
stop_index       3360 lib/pengine/unpack.c     int stop_index = -1;
stop_index       3395 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       3402 lib/pengine/unpack.c         if (start_index < stop_index) {
stop_index        381 pengine/allocate.c     int stop_index = 0;
stop_index        429 pengine/allocate.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index        436 pengine/allocate.c         if (start_index < stop_index) {