Home
last modified time | relevance | path

Searched refs:xSync (Results 1 – 5 of 5) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h625 int (*xSync)(sqlite3_file*, int flags); member
4170 int (*xSync)(sqlite3_vtab *pVTab); member
Dsqlite3.h.orig500 ** When SQLite invokes the xSync() method of an
546 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
625 int (*xSync)(sqlite3_file*, int flags);
4170 int (*xSync)(sqlite3_vtab *pVTab);
Dsqlite3.c.orig1024 ** When SQLite invokes the xSync() method of an
1070 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1149 int (*xSync)(sqlite3_file*, int flags);
4694 int (*xSync)(sqlite3_vtab *pVTab);
12119 return id->pMethods->xSync(id, flags);
24777 unixSync, /* xSync */ \
34131 ** if( <full-sync mode> ) xSync(<journal file>);
34134 ** if( NOT SEQUENTIAL ) xSync(<journal file>);
35979 int noSync /* True to omit the xSync on the db file */
49049 /* Before doing anything else, call the xSync() callback for any
[all …]
Dsqlite3.c1149 int (*xSync)(sqlite3_file*, int flags); member
4694 int (*xSync)(sqlite3_vtab *pVTab); member
12124 return id->pMethods->xSync(id, flags); in sqlite3OsSync()
86580 if( pVtab && (x = pVtab->pModule->xSync)!=0 ){
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2396 int (*xSync)(sqlite3_vtab *pVTab); member