Home | History | Annotate | Download | only in dist

Lines Matching refs:xSync

1024 ** When SQLite invokes the xSync() method of an
1070 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1149 int (*xSync)(sqlite3_file*, int flags);
4694 int (*xSync)(sqlite3_vtab *pVTab);
12124 return id->pMethods->xSync(id, flags);
24782 unixSync, /* xSync */ \
34136 ** if( <full-sync mode> ) xSync(<journal file>);
34139 ** if( NOT SEQUENTIAL ) xSync(<journal file>);
35984 int noSync /* True to omit the xSync on the db file */
49060 /* Before doing anything else, call the xSync() callback for any
49063 ** required, as an xSync() callback may add an attached database
57771 ** within a callback to a virtual table xSync() method. If it is, the error
58859 jrnlSync, /* xSync */
59140 memjrnlSync, /* xSync */
86564 ** Invoke the xSync method of all virtual tables in the sqlite3.aVTrans
86566 ** SQLITE_OK if all xSync operations are successful.
86580 if( pVtab && (x = pVtab->pModule->xSync)!=0 ){
86611 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
86623 ** virtual module xSync() callback. It is illegal to write to
100720 ** Implementation of xSync() method. Flush the contents of the pending-terms
101082 /* xSync */ fts3SyncMethod,
110083 0, /* xSync - sync transaction */