Searched refs:DB_OSO_RDONLY (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_open.c32 DB_OSO_EXCL | DB_OSO_RDONLY | DB_OSO_REGION | DB_OSO_SEQ | \
41 if (LF_ISSET(DB_OSO_RDONLY))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_open.c44 DB_OSO_EXCL | DB_OSO_RDONLY | DB_OSO_REGION | DB_OSO_SEQ | \
89 if (!LF_ISSET(DB_OSO_RDONLY))
194 !LF_ISSET(DB_OSO_RDONLY | DB_OSO_TEMP) &&
200 (!LF_ISSET(DB_OSO_RDONLY | DB_OSO_TEMP) &&
H A Dos_fid.c51 DB_OSO_RDONLY, DB_MODE_400, &fhp)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_open.c44 DB_OSO_EXCL | DB_OSO_RDONLY | DB_OSO_REGION | DB_OSO_SEQ | \
79 if (LF_ISSET(DB_OSO_RDONLY))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dos.h73 #define DB_OSO_RDONLY 0x0020 /* POSIX: O_RDONLY */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c323 DB_OSO_RDONLY, DB_MODE_600, &fhp)) != 0)
398 DB_OSO_RDONLY, DB_MODE_600, &fhp)) != 0)
H A Drep_backup.c2626 env, init_name, 0, DB_OSO_RDONLY, DB_MODE_600, &fhp)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c813 if ((ret = __os_open(env, buf, 0, DB_OSO_RDONLY, 0, &rfhp)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c798 if ((ret = __os_open(env, buf, 0, DB_OSO_RDONLY, 0, &rfhp)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c266 oflags |= DB_OSO_RDONLY;
977 ret = __os_open(env, name, 0, DB_OSO_RDONLY, 0, &fhp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c609 flags = DB_OSO_RDONLY | DB_OSO_SEQ;
1199 if (__log_name(dblp, fn, &fname, &fhp, DB_OSO_RDONLY) != 0) {
H A Dlog_get.c1217 &np, &logc->fhp, DB_OSO_RDONLY | DB_OSO_SEQ)) != 0) {
H A Dlog_put.c1436 if (!LF_ISSET(DB_OSO_RDONLY)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c1503 DB_OSO_RDONLY, DB_MODE_600, &rfhp)) != 0)
H A Ddb_vrfy.c254 if ((ret = __os_open(env, real_name, 0, DB_OSO_RDONLY, 0, &fhp)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fopen.c224 oflags |= DB_OSO_RDONLY;

Completed in 142 milliseconds