• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching refs:xClose

1065 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1067 ** only way to prevent a call to xClose following a failed xOpen
1145 int (*xClose)(sqlite3_file*);
1229 ** the string will be valid and unchanged until xClose() is
4685 int (*xClose)(sqlite3_vtab_cursor*);
4860 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
12081 rc = pId->pMethods->xClose(pId);
24748 CLOSE, /* xClose */ \
24776 unixClose, /* xClose method */
24784 nolockClose, /* xClose method */
24792 dotlockClose, /* xClose method */
24802 flockClose, /* xClose method */
24813 semClose, /* xClose method */
24824 afpClose, /* xClose method */
24865 proxyClose, /* xClose method */
26226 pNew->pMethod->xClose((sqlite3_file *)pNew);
26480 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
26572 rc = pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
26740 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
26750 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
26761 return pFile->pMethod->xClose(id);
48622 pModule->xClose(pVtabCursor);
57551 u.cf.pModule->xClose(u.cf.pVtabCursor);
58584 jrnlClose, /* xClose */
58865 memjrnlClose, /* xClose */
98259 ** until the cursor is closed (using the xClose() method).
98271 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
98291 ** to xNext() or xClose().
98554 ** the xOpen method. Cursors are destroyed using the xClose method.
99233 ** on the xClose method of the virtual table interface.
100778 /* xClose */ fulltextClose,
101072 pModule->xClose(pCursor);
101150 pModule->xClose(pCursor);
101186 pModule->xClose(pCursor);
103165 if( SQLITE_OK!=p->xClose(pCsr) ){
103166 zErr = "error in xClose()";
104063 pModule->xClose(pCsr);
106203 pTModule->xClose(pTCursor);
107028 pMod->xClose(pC);
107955 ** Rtree virtual table module xClose method.
109773 rtreeClose, /* xClose - close a cursor */
110844 icuClose, /* xClose */