HomeSort by relevance Sort by last modified time
    Searched refs:xClose (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h 50 ** xClose() to free any internal state. The pInput passed to
53 ** or until xClose() is called.
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
tokenizer.h 50 ** xClose() to free any internal state. The pInput passed to
53 ** or until xClose() is called.
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
fts1.c     [all...]
fulltext.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 91 ** until the cursor is closed (using the xClose() method).
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
120 ** to xNext() or xClose().
fts2_tokenizer.c 204 if( SQLITE_OK!=p->xClose(pCsr) ){
205 zErr = "error in xClose()";
fts2.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 91 ** until the cursor is closed (using the xClose() method).
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
123 ** to xNext() or xClose().
fts3_expr.c 181 pModule->xClose(pCursor);
260 pModule->xClose(pCursor);
296 pModule->xClose(pCursor);
fts3_snippet.c 630 pMod->xClose(pC);
742 pMod->xClose(pC);
    [all...]
fts3_write.c 586 pModule->xClose(pCsr);
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8inst1.c 107 p->pMethods->xClose(p);
113 p->pMethods->xClose(p);
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 979 pLock->pFile->pMethods->xClose(pLock->pFile);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_onefile.c 210 fsClose, /* xClose */
231 tmpClose, /* xClose */
390 rc = pReal->pFile->pMethods->xClose(pReal->pFile);
672 pReal->pFile->pMethods->xClose(pReal->pFile);
os.c 58 rc = pId->pMethods->xClose(pId);
test_multiplex.c 463 /* xClose requests get passed through to the original VFS.
478 int rc2 = pSubOpen->pMethods->xClose(pSubOpen);
598 rc2 = pSubOpen->pMethods->xClose(pSubOpen);
936 gMultiplex.sIoMethodsV1.xClose = multiplexClose;
    [all...]
test_quota.c 329 pSubOpen->pMethods->xClose(pSubOpen);
356 /* xClose requests get passed through to the original VFS. But we
365 rc = pSubOpen->pMethods->xClose(pSubOpen);
592 gQuota.sIoMethodsV1.xClose = quotaClose;
sqlite.h.in 585 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
587 ** only way to prevent a call to xClose following a failed xOpen
667 int (*xClose)(sqlite3_file*);
    [all...]
test_osinst.c 198 vfslogClose, /* xClose */
258 rc = p->pReal->pMethods->xClose(p->pReal);
685 p->pLog->pMethods->xClose(p->pLog);
764 case OS_CLOSE: zEvent = "xClose"; break;
918 p->pFd->pMethods->xClose(p->pFd);
1071 vlogClose, /* xClose - close a cursor */
    [all...]
test_vfstrace.c 196 vfstrace_printf(pInfo, "%s.xClose(%s)", pInfo->zVfsName, p->zFName);
197 rc = p->pReal->pMethods->xClose(p->pReal);
504 pNew->xClose = vfstraceClose;
os_unix.c     [all...]
vdbeaux.c     [all...]
vdbe.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 590 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
592 ** only way to prevent a call to xClose following a failed xOpen
672 int (*xClose)(sqlite3_file*);
    [all...]
sqlite3.c     [all...]

Completed in 348 milliseconds