| /sqlite-3.40.0/test/ |
| H A D | journal2.test | 40 # deleted, the method name ("xOpen", "xClose" or "xDelete") and the final 44 tvfs filter {xOpen xClose xDelete} 58 # The rest of this command only deals with xOpen(), xClose() and xDelete() 64 if {[lsearch {xOpen xDelete xClose} $method]<0} return 77 xClose { incr ::open_journals($f) -1 } 90 } {xOpen test.db-journal xClose test.db-journal xDelete test.db-journal} 164 tvfs filter {xOpen xClose xDelete xWrite xTruncate} 228 } {xClose test.db-journal xDelete test.db-journal}
|
| /sqlite-3.40.0/tool/ |
| H A D | speedtest8inst1.c | 109 p->pMethods->xClose(p); in readScriptFile() 115 p->pMethods->xClose(p); in readScriptFile()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | vtshim.c | 219 rc = pAux->pMod->xClose(pCur->pChild); in vtshimClose() 491 pAux->sSelf.xClose = p->xClose ? vtshimClose : 0; in sqlite3_create_disposable_module() 528 pAux->pMod->xClose(pCur->pChild); in sqlite3_dispose_module()
|
| H A D | appendvfs.c | 229 return pFile->pMethods->xClose(pFile); in apndClose() 534 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen() 554 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 979 pLock->pFile->pMethods->xClose(pLock->pFile); in unlinkAsyncFile() 1138 pData->pBaseRead->pMethods->xClose(pData->pBaseRead); in asyncOpen() 1141 pData->pBaseWrite->pMethods->xClose(pData->pBaseWrite); in asyncOpen() 1433 pData->pBaseWrite->pMethods->xClose(pData->pBaseWrite); in asyncWriterThread() 1436 pData->pBaseRead->pMethods->xClose(pData->pBaseRead); in asyncWriterThread()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_expr.c | 149 pModule->xClose(pCsr); in sqlite3Fts3OpenTokenizer() 243 pModule->xClose(pCursor); in getNextToken() 341 pModule->xClose(pCursor); in getNextString() 377 pModule->xClose(pCursor); in getNextString()
|
| H A D | fts3_tokenizer.h | 103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
| H A D | fts3_snippet.c | 700 pMod->xClose(pC); in fts3SnippetShift() 828 pMod->xClose(pC); in fts3SnippetText() 1707 pMod->xClose(pC); in sqlite3Fts3Offsets()
|
| H A D | fts3_tokenize_vtab.c | 284 pTab->pMod->xClose(pCsr->pCsr); in fts3tokResetCursor()
|
| H A D | fts3_tokenizer.c | 334 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb4.c | 284 rc = p->pVfs->xClose(p->pFile); in btVfsClose() 732 p->env.xClose = btVfsClose; in test_bt_open() 784 assert( pTestDb->pMethods->xClose==bt_close ); in tdb_bt_prepare_sync_crash() 790 if( pDb->pMethods->xClose==bt_close ){ in tdb_bt()
|
| H A D | lsmtest_tdb3.c | 335 pRealEnv->xClose(p->pReal); in testEnvClose() 421 pEnv->xClose(pFile); in doSystemCrash() 994 pDb->env.xClose = testEnvClose; in testLsmOpen() 1090 if( pDb->pMethods->xClose==test_lsm_close ){ in tdb_lsm()
|
| H A D | lsmtest.h | 79 int (*xClose)(TestDb *); member
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer.h | 103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
| H A D | fts2_tokenizer.c | 205 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | tokenizer.h | 62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
| H A D | fts1_tokenizer.h | 62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 288 state.opIds.xClose = i++; 682 xClose: function(pFile){ method 1224 rc = ioSyncWrappers.xClose(fid);
|
| H A D | sqlite3-wasm.c | 747 M(xClose,"i(p)"); in sqlite3_wasm_enum_json() 1036 pIo->xClose(pFile); in sqlite3_wasm_vfs_create_file()
|
| /sqlite-3.40.0/src/ |
| H A D | test_osinst.c | 263 rc = p->pReal->pMethods->xClose(p->pReal); in vfslogClose() 694 p->pLog->pMethods->xClose(p->pLog); in vfslog_finalize() 927 p->pFd->pMethods->xClose(p->pFd); in vlogDisconnect()
|
| H A D | test_quota.c | 462 pSubOpen->pMethods->xClose(pSubOpen); in quotaOpen() 533 rc = pSubOpen->pMethods->xClose(pSubOpen); in quotaClose() 767 gQuota.sIoMethodsV1.xClose = quotaClose; in sqlite3_quota_initialize() 915 fd->pMethods->xClose(fd); in sqlite3_quota_file()
|
| H A D | test_onefile.c | 390 rc = pReal->pFile->pMethods->xClose(pReal->pFile); in fsClose() 673 pReal->pFile->pMethods->xClose(pReal->pFile); in fsOpen()
|
| H A D | test_vfstrace.c | 296 rc = p->pReal->pMethods->xClose(p->pReal); in vfstraceClose() 623 pNew->xClose = vfstraceClose; in vfstraceOpen()
|
| H A D | os.c | 84 pId->pMethods->xClose(pId); in sqlite3OsClose()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 63 int (*xClose)(lsm_file *); member
|