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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h460 ** When SQLite invokes the xSync() method of an
498 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
577 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4085 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
/external/sqlite/dist/orig/
H A Dsqlite3.h549 ** When SQLite invokes the xSync() method of an
563 ** xSync VFS method occur and applies uniformly across all platforms.
608 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
689 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
746 ** SQLite and sent to all VFSes in place of a call to the xSync method
4969 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1099 ** When SQLite invokes the xSync() method of an
1113 ** xSync VFS method occur and applies uniformly across all platforms.
1158 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1239 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1296 ** SQLite and sent to all VFSes in place of a call to the xSync method
5519 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
14751 return id->pMethods->xSync(id, flags);
24231 os2Sync, /* xSync */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h549 ** When SQLite invokes the xSync() method of an
563 ** xSync VFS method occur and applies uniformly across all platforms.
608 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
689 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
746 ** SQLite and sent to all VFSes in place of a call to the xSync method
4969 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1099 ** When SQLite invokes the xSync() method of an
1113 ** xSync VFS method occur and applies uniformly across all platforms.
1158 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1239 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1296 ** SQLite and sent to all VFSes in place of a call to the xSync method
5519 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
14751 return id->pMethods->xSync(id, flags);
24231 os2Sync, /* xSync */
[all...]

Completed in 915 milliseconds