Lines Matching refs:xProgress
17735 int (*xProgress)(void *); /* The progress callback */ member
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) ){
102238 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){
102240 if( db->xProgress(db->pProgressArg) ){
181574 int (*xProgress)(void*),
181585 db->xProgress = xProgress;
181589 db->xProgress = 0;