Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18776 int (*xProgress)(void *); /* The progress callback */ member
36606 if( db->xProgress ){ in sqlite3ProgressCheck()
36610 if( db->xProgress(db->pProgressArg) ){ in sqlite3ProgressCheck()
83824 if( db->xProgress ){
83828 && db->xProgress(db->pProgressArg)
97488 if( db->xProgress ){
97706 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){
97709 if( db->xProgress(db->pProgressArg) ){
105946 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){
105948 if( db->xProgress(db->pProgressArg) ){
[all …]