Searched refs:ClockskewFast (Results 1 – 6 of 6) sorted by relevance
247 public uint ClockskewFast { get { return _clockskewFast; } } property in BerkeleyDB.ReplicationConfig
304 RepSetClockskew(cfg.RepSystemCfg.ClockskewFast, in Config()
306 public uint ClockskewFast { get { return _clockskewFast; } } property in BerkeleyDB.ReplicationConfig
335 RepSetClockskew(cfg.RepSystemCfg.ClockskewFast, in Config()
42 Assert.AreEqual(102, repConfig.ClockskewFast); in TestConfig()