Lines Matching refs:xClose
1152 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1154 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1235 int (*xClose)(sqlite3_file*);
1459 ** the string will be valid and unchanged until xClose() is
5510 int (*xClose)(sqlite3_vtab_cursor*);
5700 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14733 rc = pId->pMethods->xClose(pId);
24227 os2Close, /* xClose */
29389 CLOSE, /* xClose */ \
29422 unixClose, /* xClose method */
29431 nolockClose, /* xClose method */
29440 dotlockClose, /* xClose method */
29451 flockClose, /* xClose method */
29463 semClose, /* xClose method */
29475 afpClose, /* xClose method */
29500 proxyClose, /* xClose method */
29513 unixClose, /* xClose method */
31481 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
31599 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
31779 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
31789 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
31800 return pFile->pMethod->xClose(id);
35016 winClose, /* xClose */
61129 pModule->xClose(pVtabCursor);
70720 u.cl.pModule->xClose(u.cl.pVtabCursor);
72737 jrnlClose, /* xClose */
73021 memjrnlClose, /* xClose */
116281 ** until the cursor is closed (using the xClose() method).
116293 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
116313 ** to xNext() or xClose().
116682 ** the xOpen method. Cursors are destroyed using the xClose method.
118164 ** on the xClose method of the virtual table interface.
120131 /* xClose */ fts3CloseMethod,
122060 ** xClose - Close a cursor.
122307 fts3auxCloseMethod, /* xClose */
122481 pModule->xClose(pCsr);
122561 pModule->xClose(pCursor);
122660 pModule->xClose(pCursor);
122696 pModule->xClose(pCursor);
124682 if( SQLITE_OK!=p->xClose(pCsr) ){
124683 zErr = "error in xClose()";
125855 pModule->xClose(pCsr);
128382 if( pTC ) pModule->xClose(pTC);
129235 pMod->xClose(pC);
129348 pMod->xClose(pC);
130097 pMod->xClose(pC);
130996 ** Rtree virtual table module xClose method.
133023 rtreeClose, /* xClose - close a cursor */
134191 icuClose, /* xClose */