Home
last modified time | relevance | path

Searched defs:sqlite3_commit_hook (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h445 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.c142899 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
189713 SQLITE_API void *sqlite3_commit_hook( function