Lines Matching refs:gap
1707 int gap; /* First byte of gap between cell pointers and cell content */ in allocateSpace() local
1718 gap = pPage->cellOffset + 2*pPage->nCell; in allocateSpace()
1719 assert( gap<=65536 ); in allocateSpace()
1728 if( gap>top ){ in allocateSpace()
1740 testcase( gap+2==top ); in allocateSpace()
1741 testcase( gap+1==top ); in allocateSpace()
1742 testcase( gap==top ); in allocateSpace()
1743 if( (data[hdr+2] || data[hdr+1]) && gap+2<=top ){ in allocateSpace()
1749 if( g2<=gap ){ in allocateSpace()
1762 testcase( gap+2+nByte==top ); in allocateSpace()
1763 if( gap+2+nByte>top ){ in allocateSpace()
1769 assert( gap+2+nByte<=top ); in allocateSpace()