Home | History | Annotate | Download | only in dist

Lines Matching refs:usableSpace

55327   int usableSpace;             /* Bytes in pPage beyond the header */
55559 ** usableSpace: Number of bytes of space available on each sibling.
55562 usableSpace = pBt->usableSize - 12 + leafCorrection;
55566 if( subtotal > usableSpace ){