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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d296 int function (sqlite3_file*, int flags) xSync;
1381 int function (sqlite3_vtab *pVTab) xSync;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h690 ** When SQLite invokes the xSync() method of an
704 ** xSync VFS method occur and applies uniformly across all platforms.
749 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
841 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
920 ** sent to the VFS immediately before the xSync method is invoked on a
921 ** database file descriptor. Or, if the xSync method is not invoked
924 ** of the xSync method. In most cases, the pointer argument passed with
7309 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dshell.c6161 0, /* xSync */
8059 0, /* xSync */
8581 0, /* xSync */
8829 apndSync, /* xSync */
8933 return pFile->pMethods->xSync(pFile, flags);
11494 0, /* xSync */
12493 0, /* xSync - sync transaction */
15178 0, /* xSync */
17656 pFd->pMethods->xSync(pFd, flags)
H A Dsqlite3.c1003 ** When SQLite invokes the xSync() method of an
1017 ** xSync VFS method occur and applies uniformly across all platforms.
1062 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1154 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
1233 ** sent to the VFS immediately before the xSync method is invoked on a
1234 ** database file descriptor. Or, if the xSync method is not invoked
1237 ** of the xSync method. In most cases, the pointer argument passed with
7622 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]

Completed in 702 milliseconds