Searched refs:xProgress (Results 1 – 1 of 1) sorted by relevance
35127 if( db->xProgress ){ in sqlite3ProgressCheck()35131 if( db->xProgress(db->pProgressArg) ){ in sqlite3ProgressCheck()81027 if( db->xProgress ){81031 && db->xProgress(db->pProgressArg)93953 if( db->xProgress ){94171 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){94174 if( db->xProgress(db->pProgressArg) ){102240 if( db->xProgress(db->pProgressArg) ){181574 int (*xProgress)(void*),181585 db->xProgress = xProgress;[all …]