Lines Matching refs:last_seq_no
97 int64_t last_seq_no;
968 rep->last_seq_no =(int64_t) strtoll(val, NULL, 10) - 1;
1458 rep_dest->last_seq_no = calc_max_seg_no(rep_dest, c);
1476 rep_dest->last_seq_no = calc_max_seg_no(rep_dest, c);
1628 } else if (pls->cur_seq_no <= pls->last_seq_no) {
1822 if (c->is_live || v->cur_seq_no < v->last_seq_no) {
1934 if (!pls->last_seq_no) {
1935 pls->last_seq_no = calc_max_seg_no(pls, s->priv_data);
2264 "last_seq_no[%"PRId64"].\n",
2265 (int)pls->n_timelines, (int64_t)pls->last_seq_no);
2285 pls->cur_seq_no = num > pls->last_seq_no ? pls->last_seq_no : num;