Searched refs:st_maxopenfd (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCacheStats.java60 private int st_maxopenfd; field in class:CacheStats
65 return st_maxopenfd;
362 + "\n st_maxopenfd=" + st_maxopenfd
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_stat.c116 sp->st_maxopenfd = mp->mp_maxopenfd;
436 STAT_LONG("Maximum open file descriptors", gsp->st_maxopenfd);
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c160 JAVADB_STAT_INT(jnienv, jobj, mpool_stat_st_maxopenfd_fid, statp, st_maxopenfd);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_mp.c352 MAKE_STAT_LIST("Maximum open file descriptors", sp->st_maxopenfd);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in643 int st_maxopenfd; /* Maximum number of open fd's. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h633 int st_maxopenfd; /* Maximum number of open fd's. */ member in struct:__db_mpool_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h622 int st_maxopenfd; /* Maximum number of open fd's. */ member in struct:__db_mpool_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h631 int st_maxopenfd; /* Maximum number of open fd's. */ member in struct:__db_mpool_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h670 int st_maxopenfd; /* Maximum number of open fd's. */ member in struct:__db_mpool_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h670 int st_maxopenfd; /* Maximum number of open fd's. */ member in struct:__db_mpool_stat

Completed in 355 milliseconds