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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DDatabaseConfig.java45 private String errorPrefix = null; field in class:DatabaseConfig
642 @param errorPrefix
645 public void setErrorPrefix(final String errorPrefix) { argument
646 this.errorPrefix = errorPrefix;
658 return errorPrefix;
2151 if (errorPrefix != oldConfig.errorPrefix)
2152 db.set_errpfx(errorPrefix);
2248 errorPrefix
[all...]
H A DEnvironmentConfig.java99 private String errorPrefix = null; field in class:EnvironmentConfig
731 @param errorPrefix
734 public void setErrorPrefix(final String errorPrefix) { argument
735 this.errorPrefix = errorPrefix;
747 return errorPrefix;
3922 if (errorPrefix != oldConfig.errorPrefix &&
3923 errorPrefix != null && !errorPrefix
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DDatabaseConfig.java45 private String errorPrefix = null; field in class:DatabaseConfig
642 @param errorPrefix
645 public void setErrorPrefix(final String errorPrefix) { argument
646 this.errorPrefix = errorPrefix;
658 return errorPrefix;
2151 if (errorPrefix != oldConfig.errorPrefix)
2152 db.set_errpfx(errorPrefix);
2248 errorPrefix
[all...]
H A DEnvironmentConfig.java99 private String errorPrefix = null; field in class:EnvironmentConfig
731 @param errorPrefix
734 public void setErrorPrefix(final String errorPrefix) { argument
735 this.errorPrefix = errorPrefix;
747 return errorPrefix;
3922 if (errorPrefix != oldConfig.errorPrefix &&
3923 errorPrefix != null && !errorPrefix
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DDatabaseConfig.java45 private String errorPrefix = null; field in class:DatabaseConfig
642 @param errorPrefix
645 public void setErrorPrefix(final String errorPrefix) { argument
646 this.errorPrefix = errorPrefix;
658 return errorPrefix;
2151 if (errorPrefix != oldConfig.errorPrefix)
2152 db.set_errpfx(errorPrefix);
2248 errorPrefix
[all...]
H A DEnvironmentConfig.java99 private String errorPrefix = null; field in class:EnvironmentConfig
731 @param errorPrefix
734 public void setErrorPrefix(final String errorPrefix) { argument
735 this.errorPrefix = errorPrefix;
747 return errorPrefix;
3922 if (errorPrefix != oldConfig.errorPrefix &&
3923 errorPrefix != null && !errorPrefix
[all...]

Completed in 219 milliseconds