Searched refs:xProgress (Results 1 – 1 of 1) sorted by relevance
17681 int (*xProgress)(void *); /* The progress callback */ member34805 if( db->xProgress ){ in sqlite3ProgressCheck()34809 if( db->xProgress(db->pProgressArg) ){ in sqlite3ProgressCheck()80597 if( db->xProgress ){80601 && db->xProgress(db->pProgressArg)93448 if( db->xProgress ){93666 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){93669 if( db->xProgress(db->pProgressArg) ){101698 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){101700 if( db->xProgress(db->pProgressArg) ){[all …]