Searched defs:xSync (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h537 ** When SQLite invokes the xSync() method of an
551 ** xSync VFS method occur and applies uniformly across all platforms.
595 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
676 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
729 ** SQLite and sent to all VFSes in place of a call to the xSync method
4606 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1080 ** When SQLite invokes the xSync() method of an
1094 ** xSync VFS method occur and applies uniformly across all platforms.
1138 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1219 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1272 ** SQLite and sent to all VFSes in place of a call to the xSync method
5149 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
14035 return id->pMethods->xSync(id, flags);
23377 os2Sync, /* xSync */
[all...]
/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 647 milliseconds