Searched refs:xProgress (Results 1 – 1 of 1) sorted by relevance
18132 int (*xProgress)(void *); /* The progress callback */ member35729 if( db->xProgress ){ in sqlite3ProgressCheck()35733 if( db->xProgress(db->pProgressArg) ){ in sqlite3ProgressCheck()82080 if( db->xProgress ){82084 && db->xProgress(db->pProgressArg)95190 if( db->xProgress ){95408 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){95411 if( db->xProgress(db->pProgressArg) ){103532 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){103534 if( db->xProgress(db->pProgressArg) ){[all …]