Searched refs:repth (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_log.c35 REP_THROTTLE repth; local
66 memset(&repth, 0, sizeof(repth));
68 repth.gbytes = rep->gbytes;
69 repth.bytes = rep->bytes;
70 oldfilelsn = repth.lsn = rp->lsn;
71 repth.type = REP_LOG;
72 repth.data_dbt = &data_dbt;
95 ret = __logc_get(logc, &repth.lsn, &data_dbt, flags);
103 if (ret == 0 && repth
377 REP_THROTTLE repth; local
[all...]
H A Drep_util.c59 __rep_bulk_message(env, bulk, repth, lsn, dbt, flags)
62 REP_THROTTLE *repth;
134 * call to rep_send_throttle changed the repth->type to the
142 if (repth != NULL) {
144 bulk->eid, repth, REP_THROTTLE_ONLY, flags)) != 0) {
148 if (repth->type == typemore) {
1478 * will throttle - breaking out of their loop, if the repth->type field
1491 __rep_send_throttle(env, eid, repth, flags, ctlflags)
1494 REP_THROTTLE *repth;
1502 check_limit = repth
[all...]
H A Drep_stub.c77 __rep_bulk_message(env, bulkp, repth, lsnp, dbt, flags)
80 REP_THROTTLE *repth;
86 COMPQUIET(repth, NULL);
H A Drep_backup.c590 REP_THROTTLE repth; local
639 memset(&repth, 0, sizeof(repth));
653 repth.gbytes = rep->gbytes;
654 repth.bytes = rep->bytes;
655 repth.type = REP_PAGE;
656 repth.data_dbt = &msgdbt;
764 repth.lsn = ((LOG *)dblp->reginfo.primary)->lsn;
772 ret = __rep_bulk_message(env, &bulk, &repth,
773 &repth
[all...]

Completed in 111 milliseconds