Home
last modified time | relevance | path

Searched refs:checkpointDelayIsSet (Results 1 – 4 of 4) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DReplicationConfig.cs107 internal bool checkpointDelayIsSet; field in BerkeleyDB.ReplicationConfig
124 checkpointDelayIsSet = true;
H A DDatabaseEnvironment.cs301 if (cfg.RepSystemCfg.checkpointDelayIsSet) in Config()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DReplicationConfig.cs151 internal bool checkpointDelayIsSet; field in BerkeleyDB.ReplicationConfig
168 checkpointDelayIsSet = true;
H A DDatabaseEnvironment.cs332 if (cfg.RepSystemCfg.checkpointDelayIsSet) in Config()