Searched refs:maxopenfd (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_method.c293 __memp_set_mp_max_openfd(dbenv, maxopenfd)
295 int maxopenfd;
312 mp->mp_maxopenfd = maxopenfd;
316 dbenv->mp_maxopenfd = maxopenfd;
H A Dmp_sync.c265 int filecnt, maxopenfd, pass, required_write, ret, t_ret; local
289 maxopenfd = mp->mp_maxopenfd;
525 if (maxopenfd != 0 && bhp->mf_offset != last_mf_offset) {
526 if (++filecnt >= maxopenfd) {
/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); } argument
/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/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.c2896 SWIGINTERN db_ret_t DbEnv_set_mp_max_openfd(struct DbEnv *self,int maxopenfd){ argument
2897 return self->set_mp_max_openfd(self, maxopenfd);

Completed in 259 milliseconds