/external/chromium_org/third_party/sqlite/src/test/ |
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}
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | speedtest8inst1.c | 107 p->pMethods->xClose(p); in readScriptFile() 113 p->pMethods->xClose(p); in readScriptFile()
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
D | fts2_tokenizer.h | 103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
D | fts2_tokenizer.c | 204 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
|
D | fts2.c | 3321 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/ |
D | tokenizer.h | 62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
D | fts1_tokenizer.h | 62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
D | fts1.c | 2276 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()
|
D | fulltext.c | 1161 return pModule->xClose(pCursor); in tokenize_segment() 1327 pTokenizer->pModule->xClose(pCursor); in build_terms()
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3_tokenizer.h | 103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member
|
D | fts3_expr.c | 181 pModule->xClose(pCursor); in getNextToken() 260 pModule->xClose(pCursor); in getNextString() 296 pModule->xClose(pCursor); in getNextString()
|
D | fts3_tokenizer.c | 310 if( SQLITE_OK!=p->xClose(pCsr) ){ in testFunc()
|
D | fts3_snippet.c | 630 pMod->xClose(pC); in fts3SnippetShift() 742 pMod->xClose(pC); in fts3SnippetText() 1564 pMod->xClose(pC); in sqlite3Fts3Offsets()
|
D | fts3_write.c | 586 pModule->xClose(pCsr); in fts3PendingTermsAdd() 2585 if( pTC ) pModule->xClose(pTC); in sqlite3Fts3CacheDeferredDoclists()
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
D | sqlite3async.c | 979 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/ |
D | test_quota.c | 329 pSubOpen->pMethods->xClose(pSubOpen); in quotaOpen() 365 rc = pSubOpen->pMethods->xClose(pSubOpen); in quotaClose() 592 gQuota.sIoMethodsV1.xClose = quotaClose; in sqlite3_quota_initialize()
|
D | test_multiplex.c | 478 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()
|
D | test_onefile.c | 390 rc = pReal->pFile->pMethods->xClose(pReal->pFile); in fsClose() 672 pReal->pFile->pMethods->xClose(pReal->pFile); in fsOpen()
|
D | os.c | 58 rc = pId->pMethods->xClose(pId); in sqlite3OsClose()
|
D | test_osinst.c | 258 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()
|
D | test_vfstrace.c | 197 rc = p->pReal->pMethods->xClose(p->pReal); in vfstraceClose() 504 pNew->xClose = vfstraceClose; in vfstraceOpen()
|
D | os_unix.c | 6322 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/ |
D | sqlite3.h | 672 int (*xClose)(sqlite3_file*); member 4597 int (*xClose)(sqlite3_vtab_cursor*); member
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 726 int (*xClose)(sqlite3_file*); member 5316 int (*xClose)(sqlite3_vtab_cursor*); member
|
/external/sqlite/dist/ |
D | sqlite3.h | 726 int (*xClose)(sqlite3_file*); member 5316 int (*xClose)(sqlite3_vtab_cursor*); member
|