HomeSort by relevance Sort by last modified time
    Searched defs:commit_hook (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 77 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member in struct:sqlite3_api_routines
252 #define sqlite3_commit_hook sqlite3_api->commit_hook
  /external/sqlite/dist/orig/
sqlite3ext.h 77 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/
sqlite3ext.h 77 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member in struct:sqlite3_api_routines
295 #define sqlite3_commit_hook sqlite3_api->commit_hook

Completed in 28 milliseconds