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

/external/sqlite/dist/orig/
H A Dsqlite3.h624 ** When SQLite invokes the xSync() method of an
638 ** xSync VFS method occur and applies uniformly across all platforms.
683 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
768 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
839 ** sent to the VFS immediately before the xSync method is invoked on a
840 ** database file descriptor. Or, if the xSync method is not invoked
843 ** of the xSync method. In most cases, the pointer argument passed with
5925 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c901 ** When SQLite invokes the xSync() method of an
915 ** xSync VFS method occur and applies uniformly across all platforms.
960 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1045 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1116 ** sent to the VFS immediately before the xSync method is invoked on a
1117 ** database file descriptor. Or, if the xSync method is not invoked
1120 ** of the xSync method. In most cases, the pointer argument passed with
6202 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
20239 return id->pMethods->xSync(id, flags);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h624 ** When SQLite invokes the xSync() method of an
638 ** xSync VFS method occur and applies uniformly across all platforms.
683 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
768 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
839 ** sent to the VFS immediately before the xSync method is invoked on a
840 ** database file descriptor. Or, if the xSync method is not invoked
843 ** of the xSync method. In most cases, the pointer argument passed with
5925 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c901 ** When SQLite invokes the xSync() method of an
915 ** xSync VFS method occur and applies uniformly across all platforms.
960 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1045 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1116 ** sent to the VFS immediately before the xSync method is invoked on a
1117 ** database file descriptor. Or, if the xSync method is not invoked
1120 ** of the xSync method. In most cases, the pointer argument passed with
6202 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
20239 return id->pMethods->xSync(id, flags);
[all...]

Completed in 488 milliseconds