Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h445 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h7158 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
H A Dsqlite3.c7479 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
142899 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
143355 sqlite3_commit_hook,
189713 SQLITE_API void *sqlite3_commit_hook( function
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2835 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd()
2837 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()