psize 186 libdb/bt_close.c m.psize = t->bt_psize; psize 113 libdb/bt_debug.c (void)fprintf(stderr, "psize %lu\n", (long unsigned int)m->psize); psize 138 libdb/bt_open.c if (b.psize && psize 139 libdb/bt_open.c (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 || psize 140 libdb/bt_open.c b.psize & (sizeof(indx_t) - 1))) psize 166 libdb/bt_open.c b.psize = 0; psize 254 libdb/bt_open.c M_32_SWAP(m.psize); psize 261 libdb/bt_open.c if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 || psize 262 libdb/bt_open.c m.psize & (sizeof(indx_t) - 1)) psize 266 libdb/bt_open.c b.psize = m.psize; psize 275 libdb/bt_open.c if (b.psize == 0) { psize 277 libdb/bt_open.c b.psize = sb.st_blksize; psize 278 libdb/bt_open.c if (b.psize < MINPSIZE) psize 279 libdb/bt_open.c b.psize = MINPSIZE; psize 280 libdb/bt_open.c if (b.psize > MAX_PAGE_OFFSET + 1) psize 281 libdb/bt_open.c b.psize = MAX_PAGE_OFFSET + 1; psize 283 libdb/bt_open.c b.psize = MINPSIZE; psize 296 libdb/bt_open.c t->bt_psize = b.psize; psize 299 libdb/bt_open.c if (b.cachesize && b.cachesize & (b.psize - 1)) psize 300 libdb/bt_open.c b.cachesize += (~b.cachesize & (b.psize - 1)) + 1; psize 301 libdb/bt_open.c if (b.cachesize < b.psize * MINCACHE) psize 302 libdb/bt_open.c b.cachesize = b.psize * MINCACHE; psize 291 libdb/btree.h u_int32_t psize; /* page size */ psize 126 libdb/db.h u_int psize; /* page size */ psize 156 libdb/db.h u_int psize; /* page size */ psize 93 libutil/dbop.c info.psize = DBOP_PAGESIZE;