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

/macosx-10.10/Heimdal-398.1.2/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...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkIntXlibDecls.h1399 int (*xSync) (Display *display, Bool flag); /* 91 */ member in struct:TkIntXlibStubs
2211 (tkIntXlibStubsPtr->xSync) /* 91 */
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkIntXlibDecls.h1250 int (*xSync) _ANSI_ARGS_((Display * display, Bool flag)); /* 91 */ member in struct:TkIntXlibStubs
2428 (tkIntXlibStubsPtr->xSync) /* 91 */

Completed in 429 milliseconds