Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbeaux.c2824 if( needXcommit && db->xCommitCallback ){ in vdbeCommit()
2825 rc = db->xCommitCallback(db->pCommitArg); in vdbeCommit()
H A Dmain.c2233 db->xCommitCallback = xCallback; in sqlite3_commit_hook()
H A DsqliteInt.h1601 int (*xCommitCallback)(void*); /* Invoked at every commit. */ member