Home
last modified time | relevance | path

Searched refs:xFileControl (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/databases/sqlite3/sqlite-src-3350500/ext/rbu/
H A Drbumisc.test149 tvfs script xFileControl
150 tvfs filter xFileControl
152 proc xFileControl {method file verb args} {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rbu/
H A Drbumisc.test149 tvfs script xFileControl
150 tvfs filter xFileControl
152 proc xFileControl {method file verb args} {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rbu/
H A Drbumisc.test149 tvfs script xFileControl
150 tvfs filter xFileControl
152 proc xFileControl {method file verb args} {
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Datomic2.test63 } elseif {$method=="xFileControl" && $z=="COMMIT_ATOMIC_WRITE"} {
72 tvfs filter {xFileControl xWrite}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Datomic2.test63 } elseif {$method=="xFileControl" && $z=="COMMIT_ATOMIC_WRITE"} {
72 tvfs filter {xFileControl xWrite}
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp358 int xFileControl(sqlite3_file* pFile, int op, void* pArg) { in xFileControl() function
377 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in xFileControl()
512 pNew->xFileControl = xFileControl; in xOpen()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp358 int xFileControl(sqlite3_file* pFile, int op, void* pArg) { in xFileControl() function
377 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in xFileControl()
512 pNew->xFileControl = xFileControl; in xOpen()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp495 int xFileControl(sqlite3_file *pFile, int op, void *pArg) { in xFileControl() function
514 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in xFileControl()
639 pNew->xFileControl = xFileControl; in xOpen()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp513 xFileControl(sqlite3_file *pFile, int op, void *pArg) in xFileControl() function
533 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in xFileControl()
679 pNew->xFileControl = xFileControl; in xOpen()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp358 int xFileControl(sqlite3_file* pFile, int op, void* pArg) { in xFileControl() function
377 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in xFileControl()
512 pNew->xFileControl = xFileControl; in xOpen()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp375 int xFileControl(sqlite3_file* pFile, int op, void* pArg) { in xFileControl() function
394 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in xFileControl()
529 pNew->xFileControl = xFileControl; in xOpen()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.c153 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
156 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
H A Dtest_vfstrace.c499 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl()
632 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.c143 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
146 (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
H A Dtest_vfstrace.c499 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl()
632 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.c146 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
149 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
H A Dtest_vfstrace.c499 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl()
632 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.c146 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
149 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
H A Dtest_vfstrace.c499 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl()
632 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-sqlite3-vfs.c200 def_subclassed (xFileControl, (sqlite3_file *pFile, gint op, gpointer pArg), (cFile->old_vfs_file, …
362 use_subclassed (xFileControl); in e_sqlite3_vfs_xOpen()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.c94 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
H A Dtest_quota.c507 return pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); in quotaFileControl()
601 gQuota.sIoMethodsV1.xFileControl = quotaFileControl; in sqlite3_quota_initialize()
H A Dtest_vfstrace.c389 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl()
513 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Dvfs_wrapper.cc126 return wrapped_file->pMethods->xFileControl(wrapped_file, op, arg); in FileControl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dvfs_wrapper.cc127 return wrapped_file->pMethods->xFileControl(wrapped_file, op, arg); in FileControl()

12345678910>>...19