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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h548 ** When SQLite invokes the xSync() method of an
562 ** xSync VFS method occur and applies uniformly across all platforms.
607 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
688 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
741 ** SQLite and sent to all VFSes in place of a call to the xSync method
4920 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1098 ** When SQLite invokes the xSync() method of an
1112 ** xSync VFS method occur and applies uniformly across all platforms.
1157 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1238 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1291 ** SQLite and sent to all VFSes in place of a call to the xSync method
5470 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
14719 return id->pMethods->xSync(id, flags);
24170 os2Sync, /* xSync */
[all...]

Completed in 525 milliseconds