Lines Matching refs:u_int
98 int (*del)(const struct __db *, const DBT *, u_int);
99 int (*get)(const struct __db *, const DBT *, DBT *, u_int);
100 int (*put)(const struct __db *, DBT *, const DBT *, u_int);
101 int (*seq)(const struct __db *, DBT *, DBT *, u_int);
102 int (*sync)(const struct __db *, u_int);
114 u_int cachesize; /* bytes to cache */
117 u_int psize; /* page size */
130 u_int bsize; /* bucket size */
131 u_int ffactor; /* fill factor */
132 u_int nelem; /* number of elements */
133 u_int cachesize; /* bytes to cache */
145 u_int cachesize; /* bytes to cache */
146 u_int psize; /* page size */