Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c13945 int (*xProgress)(void *); /* The progress callback */ member
77747 if( db->xProgress ){
77928 if( db->xProgress!=0 && nVmStep>=nProgressLimit ){
77931 if( db->xProgress(db->pProgressArg) ){
78468 if( db->xProgress!=0
78470 && db->xProgress(db->pProgressArg)!=0
138037 int (*xProgress)(void*),
138048 db->xProgress = xProgress;
138052 db->xProgress = 0;

Completed in 477 milliseconds