Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11088 int (*xProgress)(void *); /* The progress callback */ member
71416 if( db->xProgress ){
71596 if( db->xProgress!=0 && nVmStep>=nProgressLimit ){
71599 if( db->xProgress(db->pProgressArg) ){
72124 if( db->xProgress!=0
72126 && db->xProgress(db->pProgressArg)!=0
129450 int (*xProgress)(void*),
129461 db->xProgress = xProgress;
129465 db->xProgress = 0;

Completed in 350 milliseconds