Lines Matching defs:xClose
1058 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1060 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1152 int (*xClose)(sqlite3_file*);
1658 ** the string will be valid and unchanged until xClose() is
4249 ** then the corresponding [sqlite3_module.xClose() method should also be
7638 int (*xClose)(sqlite3_vtab_cursor*);
7964 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
26121 pId->pMethods->xClose(pId);
37496 kvvfsClose, /* xClose */
37520 kvvfsClose, /* xClose */
37870 SQLITE_KV_LOG(("xClose %s %s\n", pFile->zClass,
43905 CLOSE, /* xClose */ \
43940 unixClose, /* xClose method */
43950 nolockClose, /* xClose method */
43960 dotlockClose, /* xClose method */
43972 flockClose, /* xClose method */
43985 semXClose, /* xClose method */
43998 afpClose, /* xClose method */
44024 proxyClose, /* xClose method */
44038 unixClose, /* xClose method */
46160 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
46279 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
46462 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
46472 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
46483 return pFile->pMethod->xClose(id);
51256 winClose, /* xClose */
51282 winClose, /* xClose */
53029 memdbClose, /* xClose */
87596 pModule->xClose(pVCur);
101306 pModule->xClose(pVCur);
105985 /* xClose */ bytecodevtabClose,
106340 memjrnlClose, /* xClose */
141763 pragmaVtabClose, /* xClose - close a cursor */
185635 ** until the cursor is closed (using the xClose() method).
185647 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
185667 ** to xNext() or xClose().
186107 ** the xOpen method. Cursors are destroyed using the xClose method.
187943 ** on the xClose method of the virtual table interface.
190197 /* xClose */ fts3CloseMethod,
192575 ** xClose - Close a cursor.
192874 fts3auxCloseMethod, /* xClose */
193051 pModule->xClose(pCsr);
193145 pModule->xClose(pCursor);
193243 pModule->xClose(pCursor);
193279 pModule->xClose(pCursor);
195583 if( SQLITE_OK!=p->xClose(pCsr) ){
195584 zErr = "error in xClose()";
196293 pTab->pMod->xClose(pCsr->pCsr);
196307 ** xClose - Close a cursor.
196441 fts3tokCloseMethod, /* xClose */
197327 pModule->xClose(pCsr);
201837 if( pT ) pModule->xClose(pT);
202022 if( pTC ) pModule->xClose(pTC);
203010 pMod->xClose(pC);
203138 pMod->xClose(pC);
204019 pMod->xClose(pC);
210176 jsonEachClose, /* xClose - close a cursor */
210205 jsonEachClose, /* xClose - close a cursor */
211440 ** Rtree virtual table module xClose method.
213670 rtreeClose, /* xClose - close a cursor */
216371 rtreeClose, /* xClose - close a cursor */
217463 icuClose, /* xClose */
222740 rc = p->pReal->pMethods->xClose(p->pReal);
223173 rbuVfsClose, /* xClose */
223193 rbuVfsClose, /* xClose */
224421 statClose, /* xClose - close a cursor */
224859 dbpageClose, /* xClose - close a cursor */
249558 fts5structCloseMethod, /* xClose */
250388 ** on the xClose method of the virtual table interface.
252605 /* xClose */ fts5CloseMethod,
256936 ** on the xClose method of the virtual table interface.
257298 /* xClose */ fts5VocabCloseMethod,
257627 stmtClose, /* xClose - close a cursor */