psize 181 libdb/bt_close.c m.psize = t->bt_psize; psize 111 libdb/bt_debug.c (void)fprintf(stderr, "psize %lu\n", (long unsigned int)m->psize); psize 139 libdb/bt_open.c if (b.psize && psize 140 libdb/bt_open.c (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 || psize 141 libdb/bt_open.c b.psize & (sizeof(indx_t) - 1))) psize 167 libdb/bt_open.c b.psize = 0; psize 255 libdb/bt_open.c M_32_SWAP(m.psize); psize 262 libdb/bt_open.c if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 || psize 263 libdb/bt_open.c m.psize & (sizeof(indx_t) - 1)) psize 267 libdb/bt_open.c b.psize = m.psize; psize 276 libdb/bt_open.c if (b.psize == 0) { psize 278 libdb/bt_open.c b.psize = sb.st_blksize; psize 279 libdb/bt_open.c if (b.psize < MINPSIZE) psize 280 libdb/bt_open.c b.psize = MINPSIZE; psize 281 libdb/bt_open.c if (b.psize > MAX_PAGE_OFFSET + 1) psize 282 libdb/bt_open.c b.psize = MAX_PAGE_OFFSET + 1; psize 284 libdb/bt_open.c b.psize = MINPSIZE; psize 297 libdb/bt_open.c t->bt_psize = b.psize; psize 300 libdb/bt_open.c if (b.cachesize && b.cachesize & (b.psize - 1)) psize 301 libdb/bt_open.c b.cachesize += (~b.cachesize & (b.psize - 1)) + 1; psize 302 libdb/bt_open.c if (b.cachesize < b.psize * MINCACHE) psize 303 libdb/bt_open.c b.cachesize = b.psize * MINCACHE; psize 318 libdb/btree.h u_int32_t psize; /**< page size */ psize 163 libdb/db.h u_int psize; /**< page size */ psize 196 libdb/db.h u_int psize; /**< page size */ psize 281 libutil/dbop.c info.psize = DBOP_PAGESIZE;