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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h362 void *pCommitArg; /* Argument to xCommitCallback() */
363 int (*xCommitCallback)(void*);/* Invoked at every commit. */ member in struct:sqlite
H A Dmain.c1081 db->xCommitCallback = xCallback;
H A Dvdbe.c2230 if( db->xCommitCallback!=0 ){
2232 if( db->xCommitCallback(db->pCommitArg)!=0 ){

Completed in 39 milliseconds