Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Drbumisc.test149 tvfs script xFileControl
150 tvfs filter xFileControl
152 proc xFileControl {method file verb args} {
H A Dsqlite3rbu.c4831 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl; in rbuVfsFileControl()
/sqlite-3.40.0/test/
H A Datomic2.test63 } elseif {$method=="xFileControl" && $z=="COMMIT_ATOMIC_WRITE"} {
72 tvfs filter {xFileControl xWrite}
/sqlite-3.40.0/src/
H A Dos.c155 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
158 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()
H A Dtest_multiplex.c1045 rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); in multiplexFileControl()
1185 gMultiplex.sIoMethodsV1.xFileControl = multiplexFileControl; in sqlite3_multiplex_initialize()
H A Dtest_quota.c675 int rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); in quotaFileControl()
776 gQuota.sIoMethodsV1.xFileControl = quotaFileControl; in sqlite3_quota_initialize()
H A Dtest_journal.c674 return p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in jtFileControl()
H A Dtest_osinst.c397 int rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfslogFileControl()
H A Dsqlite.h.in774 ** The xFileControl() method is a generic interface that allows custom
779 ** write return values. Potential uses for xFileControl() might be
844 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
863 ** These integer constants are opcodes for the xFileControl method
870 ** opcode causes the xFileControl method to write the current state of
1116 ** except for calls to the xWrite method and the xFileControl method
7974 ** xFileControl method for the [sqlite3_io_methods] object associated
7983 ** the xFileControl method. ^The return value of the xFileControl
7988 ** sqlite3_io_methods.xFileControl method.
8002 ** or [sqlite3_errmsg()]. The underlying xFileControl method might
[all …]
/sqlite-3.40.0/ext/misc/
H A Dcksumvfs.c595 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in cksmFileControl()
703 rc = pDb->pMethods->xFileControl(pDb, SQLITE_FCNTL_CKSM_FILE, (void*)&pDb); in cksmOpen()
H A Dappendvfs.c357 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
H A Dvfsstat.c357 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vstatFileControl()
H A Dvfslog.c555 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vlogFileControl()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js291 state.opIds.xFileControl = i++;
698 xFileControl: function(pFile, opId, pArg){ method
H A Dsqlite3-wasm.c756 M(xFileControl,"i(pip)"); in sqlite3_wasm_enum_json()
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c2466 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js933 xFileControl: /*i(Pip)*/function(){ method