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
14020 return id->pMethods->xSync(id, flags);
23362 os2Sync, /* xSync */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h590 ** When SQLite invokes the xSync() method of an
604 ** xSync VFS method occur and applies uniformly across all platforms.
649 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
730 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
794 ** sent to the VFS immediately before the xSync method is invoked on a
795 ** database file descriptor. Or, if the xSync method is not invoked
798 ** of the xSync method. In most cases, the pointer argument passed with
5325 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c705 ** When SQLite invokes the xSync() method of an
719 ** xSync VFS method occur and applies uniformly across all platforms.
764 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
845 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
909 ** sent to the VFS immediately before the xSync method is invoked on a
910 ** database file descriptor. Or, if the xSync method is not invoked
913 ** of the xSync method. In most cases, the pointer argument passed with
5440 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
15816 return id->pMethods->xSync(id, flags);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h590 ** When SQLite invokes the xSync() method of an
604 ** xSync VFS method occur and applies uniformly across all platforms.
649 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
730 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
794 ** sent to the VFS immediately before the xSync method is invoked on a
795 ** database file descriptor. Or, if the xSync method is not invoked
798 ** of the xSync method. In most cases, the pointer argument passed with
5325 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c705 ** When SQLite invokes the xSync() method of an
719 ** xSync VFS method occur and applies uniformly across all platforms.
764 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
845 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
909 ** sent to the VFS immediately before the xSync method is invoked on a
910 ** database file descriptor. Or, if the xSync method is not invoked
913 ** of the xSync method. In most cases, the pointer argument passed with
5440 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
15816 return id->pMethods->xSync(id, flags);
[all...]

Completed in 504 milliseconds