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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h252 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h3699 ** The sqlite3_commit_hook() interface registers a callback
3701 ** Any callback set by a previous call to sqlite3_commit_hook()
3705 ** Any callback set by a previous call to sqlite3_commit_hook()
3737 void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h295 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h4529 ** ^The sqlite3_commit_hook() interface registers a callback
4531 ** ^Any callback set by a previous call to sqlite3_commit_hook()
4541 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
4572 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
4618 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
H A Dsqlite3.c5079 ** ^The sqlite3_commit_hook() interface registers a callback
5081 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5091 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5122 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5168 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
91268 #define sqlite3_commit_hook macro
113756 SQLITE_API void *sqlite3_commit_hook( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h295 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h4529 ** ^The sqlite3_commit_hook() interface registers a callback
4531 ** ^Any callback set by a previous call to sqlite3_commit_hook()
4541 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
4572 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
4618 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
H A Dsqlite3.c5079 ** ^The sqlite3_commit_hook() interface registers a callback
5081 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5091 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5122 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5168 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
91279 #define sqlite3_commit_hook macro
113767 SQLITE_API void *sqlite3_commit_hook( function
[all...]

Completed in 504 milliseconds