Home
last modified time | relevance | path

Searched refs:pCellIdx (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.c10407 u8 *pCellIdx; /* Next element of the cell pointer array */ in checkTreePage() local
10465 pCellIdx = &data[cellStart + 2*(nCell-1)]; in checkTreePage()
10492 assert( pCellIdx==&data[cellStart + i*2] ); in checkTreePage()
10493 pc = get2byteAligned(pCellIdx); in checkTreePage()
10494 pCellIdx -= 2; in checkTreePage()