Searched refs:DB_RDONLY (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dopenflags.c47 dbflags |= DB_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A Dcurget.cs46 dbp-__GT__open(dbp, NULL, database, NULL, DB_UNKNOWN, DB_RDONLY, 0)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_server_int.h64 #define DB_SERVER_DBFLAGS (DB_NOMMAP | DB_RDONLY | DB_READ_UNCOMMITTED)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_dump/
H A Ddb_dump.c218 argv[0], subname, DB_UNKNOWN, DB_RDONLY, 0)) != 0) {
386 parent_name, subdb, DB_UNKNOWN, DB_RDONLY, 0)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_dump/
H A Ddb_dump.c203 argv[0], subname, DB_UNKNOWN, DB_RDONLY, 0)) != 0) {
371 parent_name, subdb, DB_UNKNOWN, DB_RDONLY, 0)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dsubdb.t27 -Flags => DB_RDONLY ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fopen.c46 DB_NOMMAP | DB_ODDFILESIZE | DB_RDONLY | DB_TRUNCATE)) != 0)
65 if (LF_ISSET(DB_RDONLY) && path == NULL) {
222 if (LF_ISSET(DB_RDONLY)) {
443 if (!LF_ISSET(DB_DURABLE_UNKNOWN | DB_RDONLY)) {
704 if (LF_ISSET(DB_DURABLE_UNKNOWN | DB_RDONLY))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_verify/
H A Ddb_verify.c205 NULL, argv[0], NULL, DB_UNKNOWN, DB_RDONLY, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_verify/
H A Ddb_verify.c190 NULL, argv[0], NULL, DB_UNKNOWN, DB_RDONLY, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbConstants.java127 int DB_RDONLY = 0x00000080; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java1980 openFlags |= readOnly ? DbConstants.DB_RDONLY : 0;
2092 readOnly = (openFlags & DbConstants.DB_RDONLY) != 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_stat/
H A Ddb_stat.c303 dbp, NULL, db, subdb, DB_UNKNOWN, DB_RDONLY, 0)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddb_stat.c288 dbp, NULL, db, subdb, DB_UNKNOWN, DB_RDONLY, 0)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_method.c334 name, NULL, DB_QUEUE, DB_RDONLY, 0, PGNO_BASE_MD)) != 0)
H A Dqam_files.c263 openflags |= DB_RDONLY;
617 NULL, name, NULL, DB_QUEUE, DB_RDONLY, 0, PGNO_BASE_MD)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dclient.c256 dbp1, NULL, TABLE1, NULL, DB_UNKNOWN, DB_RDONLY, 0)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_open.c286 open_flag = DB_RDONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_open.c81 if (LF_ISSET(DB_RDONLY))
H A Ddb_iface.c1138 if (dname == NULL && !IS_RECOVERING(env) && !LF_ISSET(DB_RDONLY) &&
1209 DB_MULTIVERSION | DB_NOMMAP | DB_NO_AUTO_COMMIT | DB_RDONLY | \
1215 if (LF_ISSET(DB_RDONLY) && LF_ISSET(DB_CREATE))
H A Ddb_vrfy.c278 name, subdb, TXN_INVALID, DB_ODDFILESIZE | DB_RDONLY)) != 0)
1508 vdp->thread_info, NULL, dbname, DB_RDONLY, 0, &mdbp)) != 0)
1642 vdp->thread_info, NULL, name, DB_RDONLY, 0, &mdbp)) != 0)
H A Ddb.c635 DB_NOMMAP | DB_ODDFILESIZE | DB_RDONLY | DB_TRUNCATE) |
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_stat.c385 { DB_RDONLY, "DB_RDONLY" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts93 DB_RDONLY => DEFINE,
H A DBerkeleyDB.pm339 DB_RDONLY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs46 1.51 - Fixed a bug in mapping 1.x O_RDONLY flag to 2.x DB_RDONLY equivalent
1188 Flags |= DB_RDONLY ;
1444 Flags |= DB_RDONLY ;

Completed in 150 milliseconds

12