Searched refs:set_mp_max_openfd (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c319 dbenv->set_mp_max_openfd = __memp_set_mp_max_openfd;
/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 DDbEnv.java339 public void set_mp_max_openfd(int maxopenfd) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_set_mp_max_openfd(swigCPtr, this, maxopenfd); } method in class:DbEnv
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i806 db_ret_t set_mp_max_openfd(int maxopenfd) {
807 return self->set_mp_max_openfd(self, maxopenfd);
H A Ddb_java_wrap.c2897 return self->set_mp_max_openfd(self, maxopenfd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h470 virtual int set_mp_max_openfd(int);
H A Ddb.h2118 int (*set_mp_max_openfd) __P((DB_ENV *, int)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h471 virtual int set_mp_max_openfd(int);
H A Ddb.h2106 int (*set_mp_max_openfd) __P((DB_ENV *, int)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h471 virtual int set_mp_max_openfd(int);
H A Ddb.h2145 int (*set_mp_max_openfd) __P((DB_ENV *, int)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp747 DBENV_METHOD(set_mp_max_openfd, (int maxopenfd), (dbenv, maxopenfd))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java4020 dbenv.set_mp_max_openfd(maxOpenFiles);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2108 int (*set_mp_max_openfd) __P((DB_ENV *, int)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2097 int (*set_mp_max_openfd) __P((DB_ENV *, int)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2145 int (*set_mp_max_openfd) __P((DB_ENV *, int)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3693 dbenv->set_mp_max_openfd =
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c977 ret = dbenv->set_mp_max_openfd(dbenv, intarg);

Completed in 424 milliseconds