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

/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h212 int (*wal_autocheckpoint)(sqlite3*,int); member in struct:sqlite3_api_routines
412 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
/external/sqlite/dist/orig/
H A Dsqlite3ext.h233 int (*wal_autocheckpoint)(sqlite3*,int); member in struct:sqlite3_api_routines
450 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
H A Dsqlite3.c7239 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7264 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
7293 ** [wal_autocheckpoint pragma] can be used to cause this interface to be
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h233 int (*wal_autocheckpoint)(sqlite3*,int); member in struct:sqlite3_api_routines
450 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
H A Dsqlite3.c7239 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7264 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
7293 ** [wal_autocheckpoint pragma] can be used to cause this interface to be
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6794 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
6819 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
6841 ** [wal_autocheckpoint pragma] can be used to cause this interface to be
[all...]

Completed in 473 milliseconds