u_int             107 libdb/db.h     	int (*del)	(const struct __db *, const DBT *, u_int);
u_int             108 libdb/db.h     	int (*get)	(const struct __db *, const DBT *, DBT *, u_int);
u_int             109 libdb/db.h     	int (*put)	(const struct __db *, DBT *, const DBT *, u_int);
u_int             110 libdb/db.h     	int (*seq)	(const struct __db *, DBT *, DBT *, u_int);
u_int             111 libdb/db.h     	int (*sync)	(const struct __db *, u_int);
u_int             123 libdb/db.h     	u_int	cachesize;	/* bytes to cache */
u_int             126 libdb/db.h     	u_int	psize;		/* page size */
u_int             139 libdb/db.h     	u_int	bsize;		/* bucket size */
u_int             140 libdb/db.h     	u_int	ffactor;	/* fill factor */
u_int             141 libdb/db.h     	u_int	nelem;		/* number of elements */
u_int             142 libdb/db.h     	u_int	cachesize;	/* bytes to cache */
u_int             155 libdb/db.h     	u_int	cachesize;	/* bytes to cache */
u_int             156 libdb/db.h     	u_int	psize;		/* page size */