Home
last modified time | relevance | path

Searched refs:xShmBarrier (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dwalblock.test69 # 2. Attempt to commit the write transaction. Intercept the xShmBarrier()
73 # 3. Within the xShmBarrier() callback, make an asynchronous request to
77 # 4. Still in xShmBarrier(), wait for 5 seconds. Check that the other
91 tvfs filter xShmBarrier
H A Dwal3.test273 if {$method == "xShmBarrier"} {
276 # This code is executed within the xShmBarrier() callback invoked
308 T filter xShmBarrier
324 T filter xShmBarrier
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dwalblock.test69 # 2. Attempt to commit the write transaction. Intercept the xShmBarrier()
73 # 3. Within the xShmBarrier() callback, make an asynchronous request to
77 # 4. Still in xShmBarrier(), wait for 5 seconds. Check that the other
91 tvfs filter xShmBarrier
H A Dwal3.test273 if {$method == "xShmBarrier"} {
276 # This code is executed within the xShmBarrier() callback invoked
308 T filter xShmBarrier
324 T filter xShmBarrier
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dwalblock.test69 # 2. Attempt to commit the write transaction. Intercept the xShmBarrier()
73 # 3. Within the xShmBarrier() callback, make an asynchronous request to
77 # 4. Still in xShmBarrier(), wait for 5 seconds. Check that the other
91 tvfs filter xShmBarrier
H A Dwal3.test273 if {$method == "xShmBarrier"} {
276 # This code is executed within the xShmBarrier() callback invoked
308 T filter xShmBarrier
324 T filter xShmBarrier
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp433 void xShmBarrier(sqlite3_file* pFile) { in xShmBarrier() function
435 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
519 pNew->xShmBarrier = pSub->xShmBarrier ? xShmBarrier : 0; in xOpen()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp433 void xShmBarrier(sqlite3_file* pFile) { in xShmBarrier() function
435 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
519 pNew->xShmBarrier = pSub->xShmBarrier ? xShmBarrier : 0; in xOpen()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp570 void xShmBarrier(sqlite3_file *pFile) { in xShmBarrier() function
572 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
646 pNew->xShmBarrier = pSub->xShmBarrier ? xShmBarrier : 0; in xOpen()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp598 xShmBarrier(sqlite3_file *pFile){ in xShmBarrier() function
600 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
686 pNew->xShmBarrier = pSub->xShmBarrier ? xShmBarrier : 0; in xOpen()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp433 void xShmBarrier(sqlite3_file* pFile) { in xShmBarrier() function
435 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
519 pNew->xShmBarrier = pSub->xShmBarrier ? xShmBarrier : 0; in xOpen()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp450 void xShmBarrier(sqlite3_file* pFile) { in xShmBarrier() function
452 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
536 pNew->xShmBarrier = pSub->xShmBarrier ? xShmBarrier : 0; in xOpen()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-sqlite3-vfs.c205 def_subclassed_void (xShmBarrier, (sqlite3_file *pFile), (cFile->old_vfs_file))
369 use_subclassed (xShmBarrier); in e_sqlite3_vfs_xOpen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/
H A Dlsm.h68 void (*xShmBarrier)(void); member
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/
H A Dlsm.h68 void (*xShmBarrier)(void); member
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/
H A Dlsm.h68 void (*xShmBarrier)(void); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/
H A Dlsm.h68 void (*xShmBarrier)(void); member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_vfstrace.c464 p->pReal->pMethods->xShmBarrier(p->pReal); in vfstraceShmBarrier()
519 pNew->xShmBarrier = pSub->xShmBarrier ? vfstraceShmBarrier : 0; in vfstraceOpen()
H A Dos.c107 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
H A Dtest_quota.c553 pSubOpen->pMethods->xShmBarrier(pSubOpen); in quotaShmBarrier()
608 gQuota.sIoMethodsV2.xShmBarrier = quotaShmBarrier; in sqlite3_quota_initialize()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_vfstrace.c583 p->pReal->pMethods->xShmBarrier(p->pReal); in vfstraceShmBarrier()
638 pNew->xShmBarrier = pSub->xShmBarrier ? vfstraceShmBarrier : 0; in vfstraceOpen()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_vfstrace.c583 p->pReal->pMethods->xShmBarrier(p->pReal); in vfstraceShmBarrier()
638 pNew->xShmBarrier = pSub->xShmBarrier ? vfstraceShmBarrier : 0; in vfstraceOpen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_vfstrace.c583 p->pReal->pMethods->xShmBarrier(p->pReal); in vfstraceShmBarrier()
638 pNew->xShmBarrier = pSub->xShmBarrier ? vfstraceShmBarrier : 0; in vfstraceOpen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_vfstrace.c583 p->pReal->pMethods->xShmBarrier(p->pReal); in vfstraceShmBarrier()
638 pNew->xShmBarrier = pSub->xShmBarrier ? vfstraceShmBarrier : 0; in vfstraceOpen()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dwal3.test328 if {$method == "xShmBarrier"} {
331 # This code is executed within the xShmBarrier() callback invoked
363 T filter xShmBarrier
379 T filter xShmBarrier

12345678910>>...19