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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c927 int (*xProgress)(void*),
931 db->xProgress = xProgress;
935 db->xProgress = 0;
924 sqlite_progress_handler( sqlite *db, int nOps, int (*xProgress)(void*), void *pArg ) argument
H A DsqliteInt.h385 int (*xProgress)(void *); /* The progress callback */ member in struct:sqlite
H A Dvdbe.c561 if( db->xProgress ){
563 if( db->xProgress(db->pProgressArg)!=0 ){

Completed in 32 milliseconds