Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dupdate.c538 int bProgress; in sqlite3Update() local
542 bProgress = 0; in sqlite3Update()
551 bProgress = 1; in sqlite3Update()
554 }while( bProgress ); in sqlite3Update()