Searched refs:sqlite3_commit_hook (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile84 sqlite3_commit_hook.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h435 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h6725 ** ^The sqlite3_commit_hook() interface registers a callback
6727 ** ^Any callback set by a previous call to sqlite3_commit_hook()
6737 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
6768 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
6883 ** See also the [sqlite3_commit_hook()], [sqlite3_rollback_hook()],
H A Dsqlite3.c7038 ** ^The sqlite3_commit_hook() interface registers a callback
7040 ** ^Any callback set by a previous call to sqlite3_commit_hook()
7050 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
7081 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
7196 ** See also the [sqlite3_commit_hook()], [sqlite3_rollback_hook()],
135907 #define sqlite3_commit_hook macro
180442 SQLITE_API void *sqlite3_commit_hook( function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1260 void *sqlite3_commit_hook(sqlite3*, int function (void*), void*);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2354 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb);
2356 sqlite3_commit_hook(pDb->db, 0, 0);

Completed in 719 milliseconds