Searched refs:DB_REPVERSION (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_util.c364 if (rep->version == DB_REPVERSION)
366 else if (rep->version < DB_REPVERSION) {
377 (u_long)rep->version, (u_long)DB_REPVERSION);
427 if (rep->version != DB_REPVERSION)
441 DB_ASSERT(env, rep->version == DB_REPVERSION);
1576 static const u_int32_t table[DB_REPVERSION][REP_MAX_MSG+1] = {
1577 /* There is no DB_REPVERSION 0. */
1587 * 4.2/DB_REPVERSION 1 no longer supported.
1598 * 4.3/DB_REPVERSION 2 no longer supported.
1704 static const u_int32_t table[DB_REPVERSION][REP_MAX_MS
[all...]
H A Drep_region.c81 rep->version = DB_REPVERSION;
H A Drep_record.c253 if (rp->rep_version < DB_REPVERSION) {
273 } else if (rp->rep_version > DB_REPVERSION) {
276 (u_long)rp->rep_version, DB_REPVERSION);
H A Drep_backup.c1019 if ((ret = __rep_find_dbs(env, DB_REPVERSION,
1025 if ((ret = __rep_update_marshal(env, DB_REPVERSION,
1064 mvers = DB_REPVERSION;
1087 if ((ret = __rep_fileinfo_unmarshal(env, DB_REPVERSION,
H A Drep_method.c528 rep->version = DB_REPVERSION;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h88 * version checks continue to work. DB_REPVERSION should be revved any time
107 #define DB_REPVERSION DB_REPVERSION_47 macro

Completed in 67 milliseconds