Home
last modified time | relevance | path

Searched refs:xSync (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dvtab7.test13 # virtual table xSync() callback.
33 # xSync() xSync echo($tablename)
83 set ::callbacks(xSync,abc) {
91 } {xSync}
97 } {xSync xSync}
103 } {xSync xSync xSync}
107 set ::callbacks(xSync,abc) {
121 set ::callbacks(xSync,abc) {
175 set ::callbacks(xSync,abc) {
184 set ::callbacks(xSync,abc) {
[all …]
H A Dvtab4.test15 # xSync
45 # to xBegin, xSync and xCommit.
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
63 xSync echo(treal) \
75 xSync echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
114 xSync echo(sreal) \
115 xSync echo(treal) \
169 } {xBegin echo(treal) xSync echo(treal) xRollback echo(treal)}
187 xSync echo(treal) \
[all …]
H A Dpagerfault3.test47 # an IO error is injected into the final xSync() of the commit, the pager
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dvtab7.test13 # virtual table xSync() callback.
33 # xSync() xSync echo($tablename)
83 set ::callbacks(xSync,abc) {
91 } {xSync}
97 } {xSync xSync}
103 } {xSync xSync xSync}
107 set ::callbacks(xSync,abc) {
121 set ::callbacks(xSync,abc) {
175 set ::callbacks(xSync,abc) {
184 set ::callbacks(xSync,abc) {
[all …]
H A Dvtab4.test15 # xSync
45 # to xBegin, xSync and xCommit.
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
63 xSync echo(treal) \
75 xSync echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
114 xSync echo(sreal) \
115 xSync echo(treal) \
169 } {xBegin echo(treal) xSync echo(treal) xRollback echo(treal)}
187 xSync echo(treal) \
[all …]
H A Dpagerfault3.test47 # an IO error is injected into the final xSync() of the commit, the pager
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dvtab7.test13 # virtual table xSync() callback.
33 # xSync() xSync echo($tablename)
83 set ::callbacks(xSync,abc) {
91 } {xSync}
97 } {xSync xSync}
103 } {xSync xSync xSync}
107 set ::callbacks(xSync,abc) {
121 set ::callbacks(xSync,abc) {
175 set ::callbacks(xSync,abc) {
184 set ::callbacks(xSync,abc) {
[all …]
H A Dvtab4.test15 # xSync
45 # to xBegin, xSync and xCommit.
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
63 xSync echo(treal) \
75 xSync echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
114 xSync echo(sreal) \
115 xSync echo(treal) \
169 } {xBegin echo(treal) xSync echo(treal) xRollback echo(treal)}
187 xSync echo(treal) \
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dvtab7.test13 # virtual table xSync() callback.
33 # xSync() xSync echo($tablename)
83 set ::callbacks(xSync,abc) {
91 } {xSync}
97 } {xSync xSync}
103 } {xSync xSync xSync}
107 set ::callbacks(xSync,abc) {
121 set ::callbacks(xSync,abc) {
175 set ::callbacks(xSync,abc) {
184 set ::callbacks(xSync,abc) {
[all …]
H A Dvtab4.test15 # xSync
45 # to xBegin, xSync and xCommit.
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
63 xSync echo(treal) \
75 xSync echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
114 xSync echo(sreal) \
115 xSync echo(treal) \
169 } {xBegin echo(treal) xSync echo(treal) xRollback echo(treal)}
187 xSync echo(treal) \
[all …]
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkmanagerselectiontest.cpp21 void KManagerSelectionTest::xSync() in xSync() function in KManagerSelectionTest
36 xSync(); in claim()
114 xSync(); in testWatching()
124 xSync(); in testWatching()
H A Dkmanagerselectiontest.h29 void xSync();
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/native/
H A Djuce_OpenGL_linux_X11.h68 X11Symbols::getInstance()->xSync (display, False); in NativeContext()
122 X11Symbols::getInstance()->xSync (display, False); in NativeContext()
139 X11Symbols::getInstance()->xSync (display, False); in ~NativeContext()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp319 int xSync(sqlite3_file* pFile, int flags) { in xSync() function
323 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
507 pNew->xSync = xSync; in xOpen()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp319 int xSync(sqlite3_file* pFile, int flags) { in xSync() function
323 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
507 pNew->xSync = xSync; in xOpen()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp456 int xSync(sqlite3_file *pFile, int flags) { in xSync() function
460 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
634 pNew->xSync = xSync; in xOpen()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp467 xSync(sqlite3_file *pFile, int flags) in xSync() function
471 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
674 pNew->xSync = xSync; in xOpen()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp319 int xSync(sqlite3_file* pFile, int flags) { in xSync() function
323 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
507 pNew->xSync = xSync; in xOpen()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp336 int xSync(sqlite3_file* pFile, int flags) { in xSync() function
340 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
524 pNew->xSync = xSync; in xOpen()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rbu/
H A Drbucrash.test82 # crash is simulated during each xSync() of file test.db2.
89 # xSync() is called on test.db2.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rbu/
H A Drbucrash.test82 # crash is simulated during each xSync() of file test.db2.
89 # xSync() is called on test.db2.
/dports/databases/sqlite3/sqlite-src-3350500/ext/rbu/
H A Drbucrash.test82 # crash is simulated during each xSync() of file test.db2.
89 # xSync() is called on test.db2.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rbu/
H A Drbucrash.test82 # crash is simulated during each xSync() of file test.db2.
89 # xSync() is called on test.db2.
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_linux_XEmbedComponent.cpp168 X11Symbols::getInstance()->xSync (dpy, false); in ~Pimpl()
356 X11Symbols::getInstance()->xSync (dpy, False); in removeClient()
611 X11Symbols::getInstance()->xSync (dpy, False); in sendXEmbedEvent()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_linux_XEmbedComponent.cpp168 X11Symbols::getInstance()->xSync (dpy, false); in ~Pimpl()
356 X11Symbols::getInstance()->xSync (dpy, False); in removeClient()
611 X11Symbols::getInstance()->xSync (dpy, False); in sendXEmbedEvent()

12345678910>>...25