Searched refs:rep_version (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Drep_auto.h20 u_int32_t rep_version; member in struct:___rep_control_args
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep.src33 ARG rep_version u_int32_t
H A Drep_record.c159 u_int32_t gen, rep_version; local
201 * rep_version field of course has to be in the same offset in all
204 * We can look at the rep_version unswapped here because if we're
208 * incorrectly. The rep_version would need to be very, very
212 rep_version = ((REP_OLD_CONTROL *)control->data)->rep_version;
213 if (rep_version <= DB_REPVERSION_45) {
215 if (rep_version == DB_REPVERSION_45 &&
220 tmprp.rep_version = orp->rep_version;
[all...]
H A Drep_util.c381 cntrl.rep_version = rep->version;
470 ocntrl.rep_version = cntrl.rep_version;
479 cntrl46.rep_version = cntrl.rep_version;
691 rep->version = cntrl->rep_version;
1882 if (rp->rep_version != DB_REPVERSION)
1883 rectype = __rep_msg_from_old(rp->rep_version, rectype);
2016 (u_long)rp->rep_version, (u_long)rp->log_version, (u_long)rp->gen,
2022 DB_ASSERT(env, rp->rep_version <
[all...]
H A Drep_backup.c103 if ((ret = __rep_find_dbs(env, rp->rep_version,
154 if ((ret = __rep_update_marshal(env, rp->rep_version,
534 if ((ret = __rep_fileinfo_unmarshal(env, rp->rep_version,
738 ret = __rep_fileinfo_marshal(env, rp->rep_version,
896 if ((ret = __rep_update_unmarshal(env, rp->rep_version,
930 rep->infoversion = rp->rep_version;
944 if ((ret = __rep_remove_all(env, rp->rep_version, rec)) != 0)
1354 if ((ret = __rep_fileinfo_unmarshal(env, rp->rep_version,
1489 if ((ret = __rep_fileinfo_unmarshal(env, rp->rep_version,
H A Drep_auto.c97 DB_HTONL_COPYOUT(env, bp, argp->rep_version);
125 DB_NTOHL_COPYIN(env, argp->rep_version, bp);
H A Drep_elect.c541 if (rp->rep_version < DB_REPVERSION_47) {
763 if (rp->rep_version < DB_REPVERSION_47) {
H A Drep_log.c394 if (rp->rep_version < DB_REPVERSION_47)
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Drep.h584 u_int32_t rep_version; /* Replication version number. */ member in struct:__anon302
598 u_int32_t rep_version; /* Replication version number. */ member in struct:__anon303
/macosx-10.10.1/BerkeleyDB-21/db/log/
H A Dlog_get.c1379 if (rp->rep_version < DB_REPVERSION_47) {

Completed in 196 milliseconds