Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h274 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h4409 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
H A Dsqlite3.c4962 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
89166 #define sqlite3_commit_hook sqlite3_api->commit_hook
89476 sqlite3_commit_hook,
111419 SQLITE_API void *sqlite3_commit_hook(
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h404 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h6250 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
H A Dsqlite3.c7289 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
123595 #define sqlite3_commit_hook sqlite3_api->commit_hook
124012 sqlite3_commit_hook,
162329 SQLITE_API void *sqlite3_commit_hook(
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2310 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd()
2312 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()