Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c7647 u8 *pStop; in balance_quick() local
7696 pStop = &pCell[9]; in balance_quick()
7697 while( (*(pCell++)&0x80) && pCell<pStop ); in balance_quick()
7698 pStop = &pCell[9]; in balance_quick()
7699 while( ((*(pOut++) = *(pCell++))&0x80) && pCell<pStop ); in balance_quick()