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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h587 ** When SQLite invokes the xSync() method of an
601 ** xSync VFS method occur and applies uniformly across all platforms.
646 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
727 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
787 ** SQLite and sent to all VFSes in place of a call to the xSync method
5185 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1158 ** When SQLite invokes the xSync() method of an
1172 ** xSync VFS method occur and applies uniformly across all platforms.
1217 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1298 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1358 ** SQLite and sent to all VFSes in place of a call to the xSync method
5756 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
15177 return id->pMethods->xSync(id, flags);
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h543 ** When SQLite invokes the xSync() method of an
557 ** xSync VFS method occur and applies uniformly across all platforms.
602 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
683 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
736 ** SQLite and sent to all VFSes in place of a call to the xSync method
4790 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1096 ** When SQLite invokes the xSync() method of an
1110 ** xSync VFS method occur and applies uniformly across all platforms.
1155 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1236 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1289 ** SQLite and sent to all VFSes in place of a call to the xSync method
5343 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
14410 return id->pMethods->xSync(id, flags);
23796 os2Sync, /* xSync */
[all...]

Completed in 697 milliseconds