Lines Matching defs:aSpace1
76517 int iSpace1 = 0; /* First unused byte of aSpace1[] */
76527 u8 *aSpace1; /* Space for copies of dividers cells */
76649 + pBt->pageSize; /* aSpace1 */
76658 aSpace1 = (u8*)&b.szCell[nMaxCells];
76659 assert( EIGHT_BYTE_ALIGNMENT(aSpace1) );
76664 ** into space obtained from aSpace1[]. The divider cells have already
76669 ** into aSpace1[]. In this way, all cells in b.apCell[] are without
76747 pTemp = &aSpace1[iSpace1];
76767 assert( b.apCell[b.nCell]==&aSpace1[iSpace1-3] || CORRUPT_DB );
76768 aSpace1[iSpace1++] = 0x00;