Home | History | Annotate | Download | only in btree

Lines Matching refs:indx_t

123 		 * Page size must be indx_t aligned and >= MINPSIZE.  Default
129 b.psize & (sizeof(indx_t) - 1)))
243 m.psize & (sizeof(indx_t) - 1))
296 (sizeof(indx_t) + NBLEAFDBT(0, 0));
297 _DBFIT(temp, indx_t);
298 t->bt_ovflsize = (indx_t)temp;
299 if (t->bt_ovflsize < NBLEAFDBT(NOVFLSIZE, NOVFLSIZE) + sizeof(indx_t)) {
300 size_t l = NBLEAFDBT(NOVFLSIZE, NOVFLSIZE) + sizeof(indx_t);
301 _DBFIT(l, indx_t);
302 t->bt_ovflsize = (indx_t)l;