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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h334 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h5086 ** ^The sqlite3_commit_hook() interface registers a callback
5088 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5098 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5129 SQLITE_API void *SQLITE_STDCALL sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5178 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
H A Dsqlite3.c5300 ** ^The sqlite3_commit_hook() interface registers a callback
5302 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5312 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5343 SQLITE_API void *SQLITE_STDCALL sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5392 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
104381 #define sqlite3_commit_hook macro
132621 SQLITE_API void *SQLITE_STDCALL sqlite3_commit_hook( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h334 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h5086 ** ^The sqlite3_commit_hook() interface registers a callback
5088 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5098 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5129 SQLITE_API void *SQLITE_STDCALL sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5178 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
H A Dsqlite3.c5300 ** ^The sqlite3_commit_hook() interface registers a callback
5302 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5312 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5343 SQLITE_API void *SQLITE_STDCALL sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5392 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
104399 #define sqlite3_commit_hook macro
132639 SQLITE_API void *SQLITE_STDCALL sqlite3_commit_hook( function
[all...]

Completed in 805 milliseconds