Searched refs:xFileControl (Results 1 – 18 of 18) sorted by relevance
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbumisc.test | 149 tvfs script xFileControl 150 tvfs filter xFileControl 152 proc xFileControl {method file verb args} {
|
| H A D | sqlite3rbu.c | 4831 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl; in rbuVfsFileControl()
|
| /sqlite-3.40.0/test/ |
| H A D | atomic2.test | 63 } elseif {$method=="xFileControl" && $z=="COMMIT_ATOMIC_WRITE"} { 72 tvfs filter {xFileControl xWrite}
|
| /sqlite-3.40.0/src/ |
| H A D | os.c | 155 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl() 158 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
|
| H A D | test_vfstrace.c | 499 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl() 632 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()
|
| H A D | test_multiplex.c | 1045 rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); in multiplexFileControl() 1185 gMultiplex.sIoMethodsV1.xFileControl = multiplexFileControl; in sqlite3_multiplex_initialize()
|
| H A D | test_quota.c | 675 int rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); in quotaFileControl() 776 gQuota.sIoMethodsV1.xFileControl = quotaFileControl; in sqlite3_quota_initialize()
|
| H A D | test_journal.c | 674 return p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in jtFileControl()
|
| H A D | test_osinst.c | 397 int rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfslogFileControl()
|
| H A D | sqlite.h.in | 774 ** 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 D | cksumvfs.c | 595 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 D | appendvfs.c | 357 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
|
| H A D | vfsstat.c | 357 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vstatFileControl()
|
| H A D | vfslog.c | 555 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vlogFileControl()
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 291 state.opIds.xFileControl = i++; 698 xFileControl: function(pFile, opId, pArg){ method
|
| H A D | sqlite3-wasm.c | 756 M(xFileControl,"i(pip)"); in sqlite3_wasm_enum_json()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 2466 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 933 xFileControl: /*i(Pip)*/function(){ method
|