Searched refs:OKFLAGS (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_open.c30 #define OKFLAGS \ macro
34 if ((ret = __db_fchk(env, "__os_open", flags, OKFLAGS)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_open.c42 #define OKFLAGS \ macro
46 if ((ret = __db_fchk(env, "__os_open", flags, OKFLAGS)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_open.c42 #define OKFLAGS \ macro
46 if ((ret = __db_fchk(env, "__os_open", flags, OKFLAGS)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_open.c60 #undef OKFLAGS macro
61 #define OKFLAGS \ macro
72 if ((ret = __db_fchk(env, "DB_ENV->open", flags, OKFLAGS)) != 0)
548 #undef OKFLAGS macro
549 #define OKFLAGS \ macro
553 if ((ret = __db_fchk(env, "DB_ENV->remove", flags, OKFLAGS)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c44 #define OKFLAGS (DB_ARCH_ABS | DB_ARCH_DATA | DB_ARCH_LOG | DB_ARCH_REMOVE) macro
47 env, "DB_ENV->log_archive", flags, OKFLAGS)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fget.c52 #define OKFLAGS (DB_MPOOL_CREATE | DB_MPOOL_DIRTY | \ macro
55 if ((ret = __db_fchk(env, "memp_fget", flags, OKFLAGS)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c1206 #undef OKFLAGS macro
1207 #define OKFLAGS \ macro
1211 if ((ret = __db_fchk(env, "DB->open", flags, OKFLAGS)) != 0)

Completed in 108 milliseconds