Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c79518 u8 *pStop; local
79568 pStop = &pCell[9];
79569 while( (*(pCell++)&0x80) && pCell<pStop );
79570 pStop = &pCell[9];
79571 while( ((*(pOut++) = *(pCell++))&0x80) && pCell<pStop );