Lines Matching defs:xClose
1051 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1053 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1145 int (*xClose)(sqlite3_file*);
1652 ** the string will be valid and unchanged until xClose() is
4152 ** then the corresponding [sqlite3_module.xClose() method should also be
7405 int (*xClose)(sqlite3_vtab_cursor*);
7727 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
24947 pId->pMethods->xClose(pId);
35913 kvvfsClose, /* xClose */
35937 kvvfsClose, /* xClose */
36288 SQLITE_KV_LOG(("xClose %s %s\n", pFile->zClass,
42276 CLOSE, /* xClose */ \
42311 unixClose, /* xClose method */
42321 nolockClose, /* xClose method */
42331 dotlockClose, /* xClose method */
42343 flockClose, /* xClose method */
42356 semXClose, /* xClose method */
42369 afpClose, /* xClose method */
42395 proxyClose, /* xClose method */
42409 unixClose, /* xClose method */
44582 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
44701 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
44884 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
44894 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
44905 return pFile->pMethod->xClose(id);
49673 winClose, /* xClose */
49699 winClose, /* xClose */
51435 memdbClose, /* xClose */
85159 pModule->xClose(pVCur);
98382 pModule->xClose(pVCur);
102939 /* xClose */ bytecodevtabClose,
103293 memjrnlClose, /* xClose */
137104 pragmaVtabClose, /* xClose - close a cursor */
179131 ** until the cursor is closed (using the xClose() method).
179143 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
179163 ** to xNext() or xClose().
179602 ** the xOpen method. Cursors are destroyed using the xClose method.
181433 ** on the xClose method of the virtual table interface.
183632 /* xClose */ fts3CloseMethod,
185993 ** xClose - Close a cursor.
186292 fts3auxCloseMethod, /* xClose */
186468 pModule->xClose(pCsr);
186562 pModule->xClose(pCursor);
186660 pModule->xClose(pCursor);
186696 pModule->xClose(pCursor);
189000 if( SQLITE_OK!=p->xClose(pCsr) ){
189001 zErr = "error in xClose()";
189710 pTab->pMod->xClose(pCsr->pCsr);
189724 ** xClose - Close a cursor.
189858 fts3tokCloseMethod, /* xClose */
190743 pModule->xClose(pCsr);
195241 if( pT ) pModule->xClose(pT);
195418 if( pTC ) pModule->xClose(pTC);
196404 pMod->xClose(pC);
196532 pMod->xClose(pC);
197411 pMod->xClose(pC);
200837 jsonEachClose, /* xClose - close a cursor */
200865 jsonEachClose, /* xClose - close a cursor */
202065 ** Rtree virtual table module xClose method.
204434 rtreeClose, /* xClose - close a cursor */
207096 rtreeClose, /* xClose - close a cursor */
208154 icuClose, /* xClose */
213409 rc = p->pReal->pMethods->xClose(p->pReal);
213842 rbuVfsClose, /* xClose */
215062 statClose, /* xClose - close a cursor */
215490 dbpageClose, /* xClose - close a cursor */
237610 ** on the xClose method of the virtual table interface.
239651 /* xClose */ fts5CloseMethod,
243872 ** on the xClose method of the virtual table interface.
244234 /* xClose */ fts5VocabCloseMethod,
244553 stmtClose, /* xClose - close a cursor */