Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/sqlite/src/test/
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}
/external/chromium_org/third_party/sqlite/src/tool/
Dspeedtest8inst1.c107 p->pMethods->xClose(p); in readScriptFile()
113 p->pMethods->xClose(p); in readScriptFile()
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2_tokenizer.h103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
Dfts2_tokenizer.c204 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
Dfts2.c3321 pTModule->xClose(pTCursor); in snippetOffsetsOfColumn()
3786 return pModule->xClose(pCursor); in tokenizeSegment()
4162 pTokenizer->pModule->xClose(pCursor); in buildTerms()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dtokenizer.h62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
Dfts1_tokenizer.h62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
Dfts1.c2276 pTModule->xClose(pTCursor); in snippetOffsetsOfColumn()
2720 return pModule->xClose(pCursor); in tokenizeSegment()
2991 pTokenizer->pModule->xClose(pCursor); in buildTerms()
3011 pTokenizer->pModule->xClose(pCursor); in buildTerms()
Dfulltext.c1161 return pModule->xClose(pCursor); in tokenize_segment()
1327 pTokenizer->pModule->xClose(pCursor); in build_terms()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_tokenizer.h103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
Dfts3_expr.c181 pModule->xClose(pCursor); in getNextToken()
260 pModule->xClose(pCursor); in getNextString()
296 pModule->xClose(pCursor); in getNextString()
Dfts3_tokenizer.c310 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
Dfts3_snippet.c630 pMod->xClose(pC); in fts3SnippetShift()
742 pMod->xClose(pC); in fts3SnippetText()
1564 pMod->xClose(pC); in sqlite3Fts3Offsets()
Dfts3_write.c586 pModule->xClose(pCsr); in fts3PendingTermsAdd()
2585 if( pTC ) pModule->xClose(pTC); in sqlite3Fts3CacheDeferredDoclists()
/external/chromium_org/third_party/sqlite/src/ext/async/
Dsqlite3async.c979 pLock->pFile->pMethods->xClose(pLock->pFile); in unlinkAsyncFile()
1135 pData->pBaseRead->pMethods->xClose(pData->pBaseRead); in asyncOpen()
1138 pData->pBaseWrite->pMethods->xClose(pData->pBaseWrite); in asyncOpen()
1430 pData->pBaseWrite->pMethods->xClose(pData->pBaseWrite); in asyncWriterThread()
1433 pData->pBaseRead->pMethods->xClose(pData->pBaseRead); in asyncWriterThread()
/external/chromium_org/third_party/sqlite/src/src/
Dtest_quota.c329 pSubOpen->pMethods->xClose(pSubOpen); in quotaOpen()
365 rc = pSubOpen->pMethods->xClose(pSubOpen); in quotaClose()
592 gQuota.sIoMethodsV1.xClose = quotaClose; in sqlite3_quota_initialize()
Dtest_multiplex.c478 int rc2 = pSubOpen->pMethods->xClose(pSubOpen); in multiplexClose()
598 rc2 = pSubOpen->pMethods->xClose(pSubOpen); in multiplexTruncate()
936 gMultiplex.sIoMethodsV1.xClose = multiplexClose; in sqlite3_multiplex_initialize()
Dtest_onefile.c390 rc = pReal->pFile->pMethods->xClose(pReal->pFile); in fsClose()
672 pReal->pFile->pMethods->xClose(pReal->pFile); in fsOpen()
Dos.c58 rc = pId->pMethods->xClose(pId); in sqlite3OsClose()
Dtest_osinst.c258 rc = p->pReal->pMethods->xClose(p->pReal); in vfslogClose()
685 p->pLog->pMethods->xClose(p->pLog); in vfslog_finalize()
918 p->pFd->pMethods->xClose(p->pFd); in vlogDisconnect()
Dtest_vfstrace.c197 rc = p->pReal->pMethods->xClose(p->pReal); in vfstraceClose()
504 pNew->xClose = vfstraceClose; in vfstraceOpen()
Dos_unix.c6322 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); in switchLockProxyPath()
6440 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile); in proxyTransformUnixFile()
6620 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy); in proxyClose()
6630 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile); in proxyClose()
6641 return pFile->pMethod->xClose(id); in proxyClose()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h672 int (*xClose)(sqlite3_file*); member
4597 int (*xClose)(sqlite3_vtab_cursor*); member
/external/sqlite/dist/orig/
Dsqlite3.h726 int (*xClose)(sqlite3_file*); member
5316 int (*xClose)(sqlite3_vtab_cursor*); member
/external/sqlite/dist/
Dsqlite3.h726 int (*xClose)(sqlite3_file*); member
5316 int (*xClose)(sqlite3_vtab_cursor*); member

12