Searched refs:st_maxlocks (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.java32 private int st_maxlocks; field in class:LockStats
37 return st_maxlocks;
369 + "\n st_maxlocks=" + st_maxlocks
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_region.c221 region->stat.st_maxlocks = dbenv->lk_max;
279 extra_locks = region->stat.st_maxlocks -
280 ((region->stat.st_maxlocks / region->part_t_size) *
288 max = region->stat.st_maxlocks / region->part_t_size;
H A Dlock_method.c257 env->lk_handle->reginfo.primary)->stat.st_maxlocks;
H A Dlock_stat.c178 region->stat.st_maxlocks = tmp.st_maxlocks;
329 "Maximum number of locks possible", (u_long)sp->st_maxlocks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c247 MAKE_STAT_LIST("Maximum locks", sp->st_maxlocks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c72 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_maxlocks_fid, statp, st_maxlocks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h310 u_int32_t st_maxlocks; /* Maximum number of locks 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.h299 u_int32_t st_maxlocks; /* Maximum number of locks 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.h320 u_int32_t st_maxlocks; /* Maximum number of locks 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.h308 u_int32_t st_maxlocks; /* Maximum number of locks 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.h347 u_int32_t st_maxlocks; /* Maximum number of locks 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.h347 u_int32_t st_maxlocks; /* Maximum number of locks in table. */ member in struct:__db_lock_stat

Completed in 221 milliseconds