Searched defs:xmlElem (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr037/
H A DSecondaryBTreeDatabaseTest.cs219 public static void Confirm(XmlElement xmlElem, argument
H A DSecondaryQueueDatabaseTest.cs216 public static void Confirm(XmlElement xmlElem, argument
H A DSecondaryRecnoDatabaseTest.cs254 public static void Confirm(XmlElement xmlElem, argument
[all...]
H A DRecnoDatabaseTest.cs465 public static void Confirm(XmlElement xmlElem, argument
[all...]
H A DSecondaryHashDatabaseTest.cs394 public static void Confirm(XmlElement xmlElem, argument
H A DHashDatabaseTest.cs448 public static void Confirm(XmlElement xmlElem, argument
H A DQueueDatabaseTest.cs629 public static void Confirm(XmlElement xmlElem, argument
H A DConfiguration.cs29 public static void ConfigAckPolicy(XmlElement xmlElem, argument
56 public static bool ConfigBool(XmlElement xmlElem, argument
71 public static bool ConfigByteOrder(XmlElement xmlElem, argument
87 public static bool ConfigByteMatrix(XmlElement xmlElem, argument
115 public static bool ConfigCacheInfo(XmlElement xmlElem, argument
151 ConfigCachePriority(XmlElement xmlElem, string name, ref CachePriority cachePriority, bool compulsory) argument
180 ConfigCreatePolicy(XmlElement xmlElem, string name, ref CreatePolicy createPolicy, bool compulsory) argument
203 ConfigDuplicatesPolicy(XmlElement xmlElem, string name, ref DuplicatesPolicy duplicatePolicy,bool compulsory) argument
226 ConfigDateTime(XmlElement xmlElem, string name, ref DateTime time, bool compulsory) argument
241 ConfigDeadlockPolicy(XmlElement xmlElem, string name, ref DeadlockPolicy deadlockPolicy, bool compulsory) argument
274 ConfigEncryption(XmlElement xmlElem, string name, DatabaseConfig dbConfig, bool compulsory) argument
298 ConfigInt(XmlElement xmlElem, string name, ref int value, bool compulsory) argument
313 ConfigIsolation(XmlElement xmlElem, string name, ref Isolation value, bool compulsory) argument
338 ConfigLogFlush(XmlElement xmlElem, string name, ref TransactionConfig.LogFlush value, bool compulsory) argument
366 ConfigLong(XmlElement xmlElem, string name, ref long value, bool compulsory) argument
381 ConfigMaxSequentialWrites( XmlElement xmlElem, string name, MPoolConfig mpoolConfig, bool compulsory) argument
403 ConfigReplicationHostAddress( XmlElement xmlElem, string name, ref ReplicationHostAddress address, bool compulsory) argument
421 ConfigString(XmlElement xmlElem, string name, ref string valChar, bool compulsory) argument
436 ConfigStringList(XmlElement xmlElem, string name, ref List<string> strings, bool compulsory) argument
454 ConfigUint(XmlElement xmlElem, string name, ref uint value, bool compulsory) argument
469 ConfigVerboseMessages( XmlElement xmlElem, string name, ref VerboseMessages verbose, bool compulsory) argument
522 ConfirmAckPolicy(XmlElement xmlElem, string name, AckPolicy ackPolicy, bool compulsory) argument
555 ConfirmBool(XmlElement xmlElem, string name, bool value, bool compulsory) argument
581 ConfirmByteOrder(XmlElement xmlElem, string name, ByteOrder byteOrder, bool compulsory) argument
601 ConfirmByteMatrix(XmlElement xmlElem, string name, byte[,] byteMatrix, bool compulsory) argument
635 ConfirmCachePriority(XmlElement xmlElem, string name, CachePriority priority, bool compulsory) argument
658 ConfirmCacheSize(XmlElement xmlElem, string name, CacheInfo cache, bool compulsory) argument
698 ConfirmCacheSize(XmlElement xmlElem, string name, CacheInfo cache, uint defaultCache, bool compulsory) argument
734 ConfirmCreatePolicy(XmlElement xmlElem, string name, CreatePolicy createPolicy, bool compulsory) argument
753 ConfirmDataBaseType(XmlElement xmlElem, string name, DatabaseType dbType, bool compulsory) argument
775 ConfirmDateTime(XmlElement xmlElem, string name, DateTime time, bool compulsory) argument
788 ConfirmDeadlockPolicy(XmlElement xmlElem, string name, DeadlockPolicy deadlockPolicy, bool compulsory) argument
820 ConfirmDuplicatesPolicy( XmlElement xmlElem, string name, DuplicatesPolicy duplicatedPolicy, bool compulsory) argument
839 ConfirmEncryption(XmlElement xmlElem, string name, string dPwd, EncryptionAlgorithm dAlg, bool compulsory) argument
862 ConfirmInt(XmlElement xmlElem, string name, int value, bool compulsory) argument
873 ConfirmIsolation(XmlElement xmlElem, string name, Isolation value, bool compulsory) argument
896 ConfirmLogFlush(XmlElement xmlElem, string name, TransactionConfig.LogFlush value, bool compulsory) argument
922 ConfirmLong(XmlElement xmlElem, string name, long value, bool compulsory) argument
933 ConfirmMaxSequentialWrites( XmlElement xmlElem, string name, uint mPause, int mWrites, bool compulsory) argument
956 ConfirmReplicationHostAddress( XmlElement xmlElem, string name, ReplicationHostAddress address, bool compulsory) argument
975 ConfirmString(XmlElement xmlElem, string name, string str, bool compulsory) argument
994 ConfirmStringList(XmlElement xmlElem, string name, List<string> strings, bool compulsory) argument
1017 ConfirmUint(XmlElement xmlElem, string name, uint value, bool compulsory) argument
1029 ConfirmVerboseMessages( XmlElement xmlElem, string name, VerboseMessages verbose, bool compulsory) argument
[all...]
H A DDatabaseEnvironmentTest.cs1483 public void Config(XmlElement xmlElem, argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr037/
H A DSecondaryBTreeDatabaseTest.cs219 public static void Confirm(XmlElement xmlElem, argument
H A DSecondaryQueueDatabaseTest.cs216 public static void Confirm(XmlElement xmlElem, argument
H A DSecondaryRecnoDatabaseTest.cs254 public static void Confirm(XmlElement xmlElem, argument
[all...]
H A DRecnoDatabaseTest.cs465 public static void Confirm(XmlElement xmlElem, argument
[all...]
H A DSecondaryHashDatabaseTest.cs394 public static void Confirm(XmlElement xmlElem, argument
H A DHashDatabaseTest.cs448 public static void Confirm(XmlElement xmlElem, argument
H A DQueueDatabaseTest.cs629 public static void Confirm(XmlElement xmlElem, argument
H A DConfiguration.cs29 public static void ConfigAckPolicy(XmlElement xmlElem, argument
56 public static bool ConfigBool(XmlElement xmlElem, argument
71 public static bool ConfigByteOrder(XmlElement xmlElem, argument
87 public static bool ConfigByteMatrix(XmlElement xmlElem, argument
115 public static bool ConfigCacheInfo(XmlElement xmlElem, argument
151 ConfigCachePriority(XmlElement xmlElem, string name, ref CachePriority cachePriority, bool compulsory) argument
180 ConfigCreatePolicy(XmlElement xmlElem, string name, ref CreatePolicy createPolicy, bool compulsory) argument
203 ConfigDuplicatesPolicy(XmlElement xmlElem, string name, ref DuplicatesPolicy duplicatePolicy,bool compulsory) argument
226 ConfigDateTime(XmlElement xmlElem, string name, ref DateTime time, bool compulsory) argument
241 ConfigDeadlockPolicy(XmlElement xmlElem, string name, ref DeadlockPolicy deadlockPolicy, bool compulsory) argument
274 ConfigEncryption(XmlElement xmlElem, string name, DatabaseConfig dbConfig, bool compulsory) argument
298 ConfigInt(XmlElement xmlElem, string name, ref int value, bool compulsory) argument
313 ConfigIsolation(XmlElement xmlElem, string name, ref Isolation value, bool compulsory) argument
338 ConfigLogFlush(XmlElement xmlElem, string name, ref TransactionConfig.LogFlush value, bool compulsory) argument
366 ConfigLong(XmlElement xmlElem, string name, ref long value, bool compulsory) argument
381 ConfigMaxSequentialWrites( XmlElement xmlElem, string name, MPoolConfig mpoolConfig, bool compulsory) argument
403 ConfigReplicationHostAddress( XmlElement xmlElem, string name, ref ReplicationHostAddress address, bool compulsory) argument
421 ConfigString(XmlElement xmlElem, string name, ref string valChar, bool compulsory) argument
436 ConfigStringList(XmlElement xmlElem, string name, ref List<string> strings, bool compulsory) argument
454 ConfigUint(XmlElement xmlElem, string name, ref uint value, bool compulsory) argument
469 ConfigVerboseMessages( XmlElement xmlElem, string name, ref VerboseMessages verbose, bool compulsory) argument
522 ConfirmAckPolicy(XmlElement xmlElem, string name, AckPolicy ackPolicy, bool compulsory) argument
555 ConfirmBool(XmlElement xmlElem, string name, bool value, bool compulsory) argument
581 ConfirmByteOrder(XmlElement xmlElem, string name, ByteOrder byteOrder, bool compulsory) argument
601 ConfirmByteMatrix(XmlElement xmlElem, string name, byte[,] byteMatrix, bool compulsory) argument
635 ConfirmCachePriority(XmlElement xmlElem, string name, CachePriority priority, bool compulsory) argument
658 ConfirmCacheSize(XmlElement xmlElem, string name, CacheInfo cache, bool compulsory) argument
698 ConfirmCacheSize(XmlElement xmlElem, string name, CacheInfo cache, uint defaultCache, bool compulsory) argument
734 ConfirmCreatePolicy(XmlElement xmlElem, string name, CreatePolicy createPolicy, bool compulsory) argument
753 ConfirmDataBaseType(XmlElement xmlElem, string name, DatabaseType dbType, bool compulsory) argument
775 ConfirmDateTime(XmlElement xmlElem, string name, DateTime time, bool compulsory) argument
788 ConfirmDeadlockPolicy(XmlElement xmlElem, string name, DeadlockPolicy deadlockPolicy, bool compulsory) argument
820 ConfirmDuplicatesPolicy( XmlElement xmlElem, string name, DuplicatesPolicy duplicatedPolicy, bool compulsory) argument
839 ConfirmEncryption(XmlElement xmlElem, string name, string dPwd, EncryptionAlgorithm dAlg, bool compulsory) argument
862 ConfirmInt(XmlElement xmlElem, string name, int value, bool compulsory) argument
873 ConfirmIsolation(XmlElement xmlElem, string name, Isolation value, bool compulsory) argument
896 ConfirmLogFlush(XmlElement xmlElem, string name, TransactionConfig.LogFlush value, bool compulsory) argument
922 ConfirmLong(XmlElement xmlElem, string name, long value, bool compulsory) argument
933 ConfirmMaxSequentialWrites( XmlElement xmlElem, string name, uint mPause, int mWrites, bool compulsory) argument
956 ConfirmReplicationHostAddress( XmlElement xmlElem, string name, ReplicationHostAddress address, bool compulsory) argument
975 ConfirmString(XmlElement xmlElem, string name, string str, bool compulsory) argument
994 ConfirmStringList(XmlElement xmlElem, string name, List<string> strings, bool compulsory) argument
1017 ConfirmUint(XmlElement xmlElem, string name, uint value, bool compulsory) argument
1029 ConfirmVerboseMessages( XmlElement xmlElem, string name, VerboseMessages verbose, bool compulsory) argument
[all...]
H A DDatabaseEnvironmentTest.cs1483 public void Config(XmlElement xmlElem, argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr037/
H A DSecondaryBTreeDatabaseTest.cs219 public static void Confirm(XmlElement xmlElem, argument
H A DSecondaryQueueDatabaseTest.cs216 public static void Confirm(XmlElement xmlElem, argument
H A DSecondaryRecnoDatabaseTest.cs254 public static void Confirm(XmlElement xmlElem, argument
[all...]
H A DRecnoDatabaseTest.cs465 public static void Confirm(XmlElement xmlElem, argument
[all...]
H A DSecondaryHashDatabaseTest.cs394 public static void Confirm(XmlElement xmlElem, argument
H A DHashDatabaseTest.cs448 public static void Confirm(XmlElement xmlElem, argument
H A DQueueDatabaseTest.cs629 public static void Confirm(XmlElement xmlElem, argument

Completed in 131 milliseconds

12