Lines Matching refs:xClose

1211 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1213 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1294 int (*xClose)(sqlite3_file*);
1556 ** the string will be valid and unchanged until xClose() is
5747 int (*xClose)(sqlite3_vtab_cursor*);
5937 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
15159 rc = pId->pMethods->xClose(pId);
27964 CLOSE, /* xClose */ \
27999 unixClose, /* xClose method */
28008 nolockClose, /* xClose method */
28017 dotlockClose, /* xClose method */
28028 flockClose, /* xClose method */
28040 semClose, /* xClose method */
28052 afpClose, /* xClose method */
28077 proxyClose, /* xClose method */
28090 unixClose, /* xClose method */
30057 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
30175 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
30355 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
30365 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
30376 return pFile->pMethod->xClose(id);
34536 winClose, /* xClose */
61526 pModule->xClose(pVtabCursor);
71218 u.cm.pModule->xClose(u.cm.pVtabCursor);
73394 jrnlClose, /* xClose */
73688 memjrnlClose, /* xClose */
118873 ** until the cursor is closed (using the xClose() method).
118885 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
118905 ** to xNext() or xClose().
119285 ** the xOpen method. Cursors are destroyed using the xClose method.
120811 ** on the xClose method of the virtual table interface.
122810 /* xClose */ fts3CloseMethod,
124867 ** xClose - Close a cursor.
125114 fts3auxCloseMethod, /* xClose */
125288 pModule->xClose(pCsr);
125368 pModule->xClose(pCursor);
125467 pModule->xClose(pCursor);
125503 pModule->xClose(pCursor);
127757 if( SQLITE_OK!=p->xClose(pCsr) ){
127758 zErr = "error in xClose()";
128458 pTab->pMod->xClose(pCsr->pCsr);
128472 ** xClose - Close a cursor.
128606 fts3tokCloseMethod, /* xClose */
129473 pModule->xClose(pCsr);
133598 if( pT ) pModule->xClose(pT);
133764 if( pTC ) pModule->xClose(pTC);
134625 pMod->xClose(pC);
134749 pMod->xClose(pC);
135502 pMod->xClose(pC);
137182 ** Rtree virtual table module xClose method.
139249 rtreeClose, /* xClose - close a cursor */
140440 icuClose, /* xClose */