Searched refs:db_config (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/env/
H A DMakefile3 BUILD= create.html db_config.html encrypt.html error.html faq.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java74 options.db_config.setErrorPrefix("DatabaseTest::test1 ");
86 options.db_config.setErrorPrefix("DatabaseTest::test2 ");
98 options.db_config.setErrorPrefix("DatabaseTest::test3 ");
101 options.db_config.setErrorPrefix("str" + i);
113 options.db_config.setErrorPrefix("DatabaseTest::test4 ");
131 options.db_config.setErrorPrefix("DatabaseTest::test5 ");
152 options.db_config.setErrorPrefix("DatabaseTest::test6 ");
154 Database db = new Database(TestUtils.getDBFileName(DATABASETEST_DBNAME), null, options.db_config);
176 options.db_config.setErrorPrefix("DatabaseTest::test7 ");
178 Database db = new Database(TestUtils.getDBFileName(DATABASETEST_DBNAME), null, options.db_config);
358 DatabaseConfig db_config; field in class:TestOptions
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr020/
H A Dchk.inc5 # Check for inclusion of db_config.h after "const" or other includes.
19 xargs egrep -l '#include.*db_config.h') | tee /tmp/o |
25 egrep -w 'db_config.h|const' /dev/null $d/$i | head -1
29 echo 'FAIL: found const before include of db_config.h'
39 if egrep -v db_config.h $t2 > /dev/null; then
40 echo 'FAIL: found includes before include of db_config.h'
41 egrep -v db_config.h $t2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c9 #include "db_config.h"
59 int ch, checkpoint, copy_min, db_config, exitval; local
84 checkpoint = db_config = data_cnt =
100 db_config = 1;
166 if (db_config && (data_dir != NULL || log_dir != NULL)) {
214 (db_config || log_dir != NULL) ? &log_dir : NULL,
215 db_config ? &data_dir : NULL,
219 if (db_config && __os_abspath(log_dir)) {
267 if (db_config && log_dir != NULL &&
282 backup_dir, home, verbose, db_config) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c9 #include "db_config.h"
45 int ch, checkpoint, copy_min, db_config, exitval; local
70 checkpoint = db_config = data_cnt =
85 db_config = 1;
151 if (db_config && (data_dir != NULL || log_dir != NULL)) {
199 (db_config || log_dir != NULL) ? &log_dir : NULL,
200 db_config ? &data_dir : NULL,
204 if (db_config && __os_abspath(log_dir)) {
252 if (db_config && log_dir != NULL &&
267 backup_dir, home, verbose, db_config) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_brew_posix15 # Copy in db_config.h.
18 f=../build_brew_x/db_config.h
25 sed -f $s < ../build_brew/db_config.h > $t
H A Ds_s60_posix25 for i in clib_port.h db_config.h db_int.h; do
H A Ds_s6083 # Build the S60 db_config.h
97 f=../build_s60/db_config.h
H A Ds_windows171 # Build the Windows and WinCE db_config.h.
185 f=../build_windows/db_config.h
190 f=../build_wince/db_config.h
H A Ds_brew97 # Build the BREW db_config.h
111 f=../build_brew/db_config.h
H A Ds_vxworks115 # Build the VxWorks db_config.h.
129 f=../build_vxworks/db_config.h
201 echo '#include <db_config.h>\'
400 echo "\$(PRJ_DIR)/db_config.h \\"
434 echo "\$(PRJ_DIR)/db_config.h \\"
H A DMakefile.in975 configure.lineno db.h db185_int.h db_185.h db_config.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr030/
H A Dchk.build32 echo '#define __TEST_DB_NO_STATISTICS 1' >> db_config.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dchk.cxxtests18 [ -f db_config.h ] || {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr025/
H A Dchk.cxxmulti16 [ -f db_config.h ] || {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/dbdemo/
H A Ddbdemo.c21 #include <db_config.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile984 configure.lineno db.h db185_int.h db_185.h db_config.h \

Completed in 166 milliseconds