Home
last modified time | relevance | path

Searched refs:xClose (Results 1 – 25 of 44) sorted by relevance

12

/sqlite-3.40.0/test/
H A Djournal2.test40 # 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 Dspeedtest8inst1.c109 p->pMethods->xClose(p); in readScriptFile()
115 p->pMethods->xClose(p); in readScriptFile()
/sqlite-3.40.0/ext/misc/
H A Dvtshim.c219 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 Dappendvfs.c229 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 Dsqlite3async.c979 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 Dfts3_expr.c149 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 Dfts3_tokenizer.h103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
H A Dfts3_snippet.c700 pMod->xClose(pC); in fts3SnippetShift()
828 pMod->xClose(pC); in fts3SnippetText()
1707 pMod->xClose(pC); in sqlite3Fts3Offsets()
H A Dfts3_tokenize_vtab.c284 pTab->pMod->xClose(pCsr->pCsr); in fts3tokResetCursor()
H A Dfts3_tokenizer.c334 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c284 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 Dlsmtest_tdb3.c335 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 Dlsmtest.h79 int (*xClose)(TestDb *); member
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.h103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
H A Dfts2_tokenizer.c205 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
/sqlite-3.40.0/ext/fts1/
H A Dtokenizer.h62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
H A Dfts1_tokenizer.h62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js288 state.opIds.xClose = i++;
682 xClose: function(pFile){ method
1224 rc = ioSyncWrappers.xClose(fid);
H A Dsqlite3-wasm.c747 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 Dtest_osinst.c263 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 Dtest_quota.c462 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 Dtest_onefile.c390 rc = pReal->pFile->pMethods->xClose(pReal->pFile); in fsClose()
673 pReal->pFile->pMethods->xClose(pReal->pFile); in fsOpen()
H A Dtest_vfstrace.c296 rc = p->pReal->pMethods->xClose(p->pReal); in vfstraceClose()
623 pNew->xClose = vfstraceClose; in vfstraceOpen()
H A Dos.c84 pId->pMethods->xClose(pId); in sqlite3OsClose()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h63 int (*xClose)(lsm_file *); member

12