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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h646 ** When SQLite invokes the xSync() method of an
660 ** xSync VFS method occur and applies uniformly across all platforms.
705 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
790 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
870 ** sent to the VFS immediately before the xSync method is invoked on a
871 ** database file descriptor. Or, if the xSync method is not invoked
874 ** of the xSync method. In most cases, the pointer argument passed with
6796 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dshell.c3074 0, /* xSync */
3587 0, /* xSync */
3834 apndSync, /* xSync */
3938 return pFile->pMethods->xSync(pFile, flags);
5846 0, /* xSync */
8041 0, /* xSync */
9013 0, /* xSync - sync transaction */
11164 0, /* xSync */
H A Dsqlite3.c1709 ** When SQLite invokes the xSync() method of an
1723 ** xSync VFS method occur and applies uniformly across all platforms.
1768 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1853 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1933 ** sent to the VFS immediately before the xSync method is invoked on a
1934 ** database file descriptor. Or, if the xSync method is not invoked
1937 ** of the xSync method. In most cases, the pointer argument passed with
7859 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
23346 return flags ? id->pMethods->xSync(id, flags) : SQLITE_OK;
[all...]

Completed in 1156 milliseconds