Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c16383 int (*xProgress)(void *); /* The progress callback */ member
84218 if( db->xProgress ){
84414 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){
84417 if( db->xProgress(db->pProgressArg) ){
91166 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){
91168 if( db->xProgress(db->pProgressArg) ){
156249 int (*xProgress)(void*),
156260 db->xProgress = xProgress;
156264 db->xProgress = 0;

Completed in 383 milliseconds