Searched refs:get_open_flags (Results 26 - 38 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1412 int (*get_open_flags) __P((DB *, u_int32_t *)); member in struct:__db
1978 int (*get_open_flags) __P((DB_ENV *, u_int32_t *)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1433 int (*get_open_flags) __P((DB *, u_int32_t *)); member in struct:__db
1999 int (*get_open_flags) __P((DB_ENV *, u_int32_t *)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1421 int (*get_open_flags) __P((DB *, u_int32_t *)); member in struct:__db
1987 int (*get_open_flags) __P((DB_ENV *, u_int32_t *)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1460 int (*get_open_flags) __P((DB *, u_int32_t *)); member in struct:__db
2026 int (*get_open_flags) __P((DB_ENV *, u_int32_t *)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1460 int (*get_open_flags) __P((DB *, u_int32_t *)); member in struct:__db
2026 int (*get_open_flags) __P((DB_ENV *, u_int32_t *)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c335 replyp->status = dbenv->get_open_flags(dbenv, &replyp->flags);
1346 replyp->status = dbp->get_open_flags(dbp, &replyp->flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp281 replyp->status = dbenv->get_open_flags(&replyp->flags);
1157 replyp->status = dbp->get_open_flags(&replyp->flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp402 DBENV_METHOD(get_open_flags, (u_int32_t *flagsp), (dbenv, flagsp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java4086 final int openFlags = dbenv.get_open_flags();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3228 dbp->get_open_flags = __dbcl_db_get_open_flags;
3402 dbenv->get_open_flags = __dbcl_env_get_open_flags;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c121 "get_open_flags",
2646 ret = dbp->get_open_flags(dbp, &flags);
2648 interp, ret, DB_RETOK_STD(ret), "db get_open_flags")) == TCL_OK) {
H A Dtcl_env.c127 "get_open_flags",
2236 * Implements the ENV->get_open_flags command.
2277 ret = dbenv->get_open_flags(dbenv, &flags);
2279 "env get_open_flags")) == TCL_OK) {
2453 * Implements the ENV->get_open_flags command.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c2563 errno = self->get_open_flags(self, &ret);
2838 errno = self->get_open_flags(self, &ret);

Completed in 275 milliseconds

12