Searched defs:__db_locktab (Results 1 – 1 of 1) sorted by relevance
110 struct __db_locktab { struct111 DB_ENV *dbenv; /* Environment. */112 REGINFO reginfo; /* Region information. */113 DB_LOCKREGION *region; /* Address of shared memory region. */114 DB_HASHTAB *hashtab; /* Beginning of hash table. */115 void *mem; /* Beginning of string space. */116 u_int8_t *conflicts; /* Pointer to conflict matrix. */