Searched refs:get_home (Results 101 - 125 of 125) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest047.tcl50 set testdir [get_home $env]
H A Dtest052.tcl45 set testdir [get_home $env]
H A Dtest074.tcl51 set testdir [get_home $env]
H A Dtest095.tcl37 set testdir [get_home $env]
H A Dtest085.tcl35 set testdir [get_home $env]
H A Dtest046.tcl52 set testdir [get_home $env]
H A Dtestutils.tcl3517 proc get_home { env } { procedure
3637 set env_home [get_home $env]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c197 dbenv->get_home = __env_get_home;
410 ENV_ILLEGAL_BEFORE_OPEN(env, "DB_ENV->get_home");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java295 public String get_home() throws com.sleepycat.db.DatabaseException { method in class:DbEnv
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i705 const char *get_home() {
707 errno = self->get_home(self, &ret);
H A Ddb_java_wrap.c2828 errno = self->get_home(self, &ret);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h414 virtual int get_home(const char **);
H A Ddb.h1982 int (*get_home) __P((DB_ENV *, const char **)); 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_cxx.h415 virtual int get_home(const char **);
H A Ddb.h1970 int (*get_home) __P((DB_ENV *, const char **)); 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_cxx.h415 virtual int get_home(const char **);
H A Ddb.h2009 int (*get_home) __P((DB_ENV *, const char **)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp401 DBENV_METHOD(get_home, (const char **homep), (dbenv, homep))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1972 int (*get_home) __P((DB_ENV *, const char **)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1961 int (*get_home) __P((DB_ENV *, const char **)); 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.h2009 int (*get_home) __P((DB_ENV *, const char **)); 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.c316 replyp->status = dbenv->get_home(dbenv,
/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.cpp267 replyp->status = dbenv->get_home((const char **)&replyp->home);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c114 "get_home",
721 ret = dbenv->get_home(dbenv, &strval);
723 "env get_home")) == TCL_OK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3356 dbenv->get_home = __dbcl_env_get_home;

Completed in 425 milliseconds

12345