Searched refs:st_maxlockers (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockStats.java40 private int st_maxlockers; field in class:LockStats
45 return st_maxlockers;
370 + "\n st_maxlockers=" + st_maxlockers
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_region.c222 region->stat.st_maxlockers = dbenv->lk_max_lockers;
323 for (i = 0; i < region->stat.st_maxlockers; ++i) {
H A Dlock_method.c302 env->lk_handle->reginfo.primary)->stat.st_maxlockers;
H A Dlock_stat.c179 region->stat.st_maxlockers = tmp.st_maxlockers;
331 "Maximum number of lockers possible", (u_long)sp->st_maxlockers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c248 MAKE_STAT_LIST("Maximum lockers", sp->st_maxlockers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c73 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_maxlockers_fid, statp, st_maxlockers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h311 u_int32_t st_maxlockers; /* Maximum num of lockers in table. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h300 u_int32_t st_maxlockers; /* Maximum num of lockers in table. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h321 u_int32_t st_maxlockers; /* Maximum num of lockers in table. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h309 u_int32_t st_maxlockers; /* Maximum num of lockers in table. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h348 u_int32_t st_maxlockers; /* Maximum num of lockers in table. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h348 u_int32_t st_maxlockers; /* Maximum num of lockers in table. */ member in struct:__db_lock_stat

Completed in 295 milliseconds