Searched refs:new_cur (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dqam_auto.h25 db_recno_t new_cur; member in struct:___qam_mvptr_args
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c233 db_recno_t new_cur, new_first; local
310 new_cur = new_first = 0;
323 new_cur = cp->recno + 1;
324 if (new_cur == RECNO_OOB)
325 new_cur++;
335 new_cur = cp->recno + 1;
336 if (new_cur == RECNO_OOB)
337 new_cur++;
359 new_first, meta->cur_recno, new_cur,
364 meta->cur_recno = new_cur;
[all...]
H A Dqam_rec.c265 if (argp->old_cur < argp->new_cur)
266 meta->cur_recno = argp->new_cur;
272 meta->cur_recno = argp->new_cur;
H A Dqam_auto.c286 argp->new_cur = (db_recno_t)uinttmp;
307 opcode, old_first, new_first, old_cur, new_cur,
317 db_recno_t new_cur;
434 uinttmp = (u_int32_t)new_cur;
H A Dqam_autop.c84 (void)printf("\tnew_cur: %lu\n", (u_long)argp->new_cur);

Completed in 104 milliseconds