Searched defs:commit_hook (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member in struct:sqlite3_api_routines
271 #define sqlite3_commit_hook sqlite3_api->commit_hook
/external/sqlite/dist/orig/
H A Dsqlite3ext.h77 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member in struct:sqlite3_api_routines
295 #define sqlite3_commit_hook sqlite3_api->commit_hook
/external/sqlite/dist/
H A Dsqlite3ext.h77 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member in struct:sqlite3_api_routines
295 #define sqlite3_commit_hook sqlite3_api->commit_hook

Completed in 189 milliseconds