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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_util.c209 __rep_send_bulk(env, bulkp, ctlflags)
212 u_int32_t ctlflags;
242 bulkp->eid, bulkp->type, &bulkp->lsn, &dbt, ctlflags, 0)) != 0)
318 __rep_send_message(env, eid, rtype, lsnp, dbt, ctlflags, repflags)
324 u_int32_t ctlflags, repflags;
380 cntrl.flags = ctlflags;
402 if (FLD_ISSET(ctlflags, REPCTL_PERM))
404 else if (rtype != REP_LOG || FLD_ISSET(ctlflags, REPCTL_RESEND))
406 if (rtype == REP_LOG && !FLD_ISSET(ctlflags, REPCTL_PERM)) {
439 FLD_ISSET(ctlflags, REPCTL_PER
[all...]
H A Drep_log.c577 u_int32_t ctlflags, flags, type; local
587 ctlflags = flags = 0;
657 ctlflags = REPCTL_INIT;
659 type, &next_lsn, max_lsn_dbtp, ctlflags, flags);
H A Drep_elect.c60 u_int32_t ack, ctlflags, egen, nsites, orig_tally, priority, realpri; local
141 ctlflags = realpri != 0 ? REPCTL_ELECTABLE : 0;
167 DB_ASSERT(env, ctlflags == REPCTL_ELECTABLE);
254 ctlflags = 0;
273 tiebreaker, ctlflags);
283 DB_EID_BROADCAST, REP_VOTE1, ctlflags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c179 u_int32_t ctlflags; local
186 ctlflags = LF_ISSET(DB_LOG_COMMIT | DB_LOG_CHKPNT) ?
193 FLD_ISSET(ctlflags, REPCTL_PERM))
198 ctlflags |= REPCTL_FLUSH;
241 &lsn, udbt, ctlflags);
255 REP_LOG, &lsn, udbt, ctlflags, 0);
268 if (ret != 0 && FLD_ISSET(ctlflags, REPCTL_PERM)) {

Completed in 92 milliseconds