HomeSort by: relevance | last modified time | path
    Searched refs:xSync (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 708 ** When SQLite invokes the xSync() method of an
722 ** xSync VFS method occur and applies uniformly across all platforms.
767 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
860 int (*xSync)(sqlite3_file*, int flags);
939 ** sent to the VFS immediately before the xSync method is invoked on a
940 ** database file descriptor. Or, if the xSync method is not invoked
943 ** of the xSync method. In most cases, the pointer argument passed with
7705 int (*xSync)(sqlite3_vtab *pVTab);
shell.c 8723 0, /* xSync */
10726 0, /* xSync */
11413 0, /* xSync */
11661 apndSync, /* xSync */
11765 return pFile->pMethods->xSync(pFile, flags);
14383 0, /* xSync */
15384 0, /* xSync - sync transaction */
18646 vfstrace_printf(pInfo, "%s.xSync(%s,%s)", pInfo->zVfsName, p->zFName,
18648 rc = p->pReal->pMethods->xSync(p->pReal, flags);
19089 pNew->xSync = vfstraceSync
    [all...]
sqlite3.c 1029 ** When SQLite invokes the xSync() method of an
1043 ** xSync VFS method occur and applies uniformly across all platforms.
1088 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1181 int (*xSync)(sqlite3_file*, int flags);
1260 ** sent to the VFS immediately before the xSync method is invoked on a
1261 ** database file descriptor. Or, if the xSync method is not invoked
1264 ** of the xSync method. In most cases, the pointer argument passed with
8026 int (*xSync)(sqlite3_vtab *pVTab);
    [all...]

Completed in 186 milliseconds