Searched defs:sqlite3_update_hook (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c1278 void *sqlite3_update_hook( function
H A Dsqlite3ext.h340 #define sqlite3_update_hook sqlite3_api->update_hook macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h378 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.c5015 ** See also the [sqlite3_update_hook()] interface.
5023 ** ^The sqlite3_update_hook() interface registers a callback function
5033 ** to sqlite3_update_hook().
5060 ** ^The sqlite3_update_hook(D,C,P) function
5068 SQLITE_API void *sqlite3_update_hook(
97349 #define sqlite3_update_hook macro
123784 SQLITE_API void *sqlite3_update_hook( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h378 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.c5015 ** See also the [sqlite3_update_hook()] interface.
5023 ** ^The sqlite3_update_hook() interface registers a callback function
5033 ** to sqlite3_update_hook().
5060 ** ^The sqlite3_update_hook(D,C,P) function
5068 SQLITE_API void *sqlite3_update_hook(
97369 #define sqlite3_update_hook macro
123804 SQLITE_API void *sqlite3_update_hook( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c4766 ** See also the [sqlite3_update_hook()] interface.
4774 ** ^The sqlite3_update_hook() interface registers a callback function
4783 ** to sqlite3_update_hook().
4809 ** ^The sqlite3_update_hook(D,C,P) function
4817 SQLITE_API void *sqlite3_update_hook(
86822 #define sqlite3_update_hook macro
108523 SQLITE_API void *sqlite3_update_hook( function
[all...]

Completed in 3639 milliseconds