Lines Matching refs:xClose

1149 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1151 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1232 int (*xClose)(sqlite3_file*);
1395 ** the string will be valid and unchanged until xClose() is
5334 int (*xClose)(sqlite3_vtab_cursor*);
5524 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14392 rc = pId->pMethods->xClose(pId);
23792 os2Close, /* xClose */
28849 CLOSE, /* xClose */ \
28882 unixClose, /* xClose method */
28891 nolockClose, /* xClose method */
28900 dotlockClose, /* xClose method */
28911 flockClose, /* xClose method */
28923 semClose, /* xClose method */
28935 afpClose, /* xClose method */
28960 proxyClose, /* xClose method */
28973 unixClose, /* xClose method */
30900 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
31018 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
31198 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
31208 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
31219 return pFile->pMethod->xClose(id);
33885 winClose, /* xClose */
59890 pModule->xClose(pVtabCursor);
69331 u.ck.pModule->xClose(u.ck.pVtabCursor);
71335 jrnlClose, /* xClose */
71619 memjrnlClose, /* xClose */
113857 ** until the cursor is closed (using the xClose() method).
113869 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
113889 ** to xNext() or xClose().
114239 ** the xOpen method. Cursors are destroyed using the xClose method.
115525 ** on the xClose method of the virtual table interface.
117377 /* xClose */ fts3CloseMethod,
119266 ** xClose - Close a cursor.
119513 fts3auxCloseMethod, /* xClose */
119728 pModule->xClose(pCursor);
119826 pModule->xClose(pCursor);
119858 pModule->xClose(pCursor);
121839 if( SQLITE_OK!=p->xClose(pCsr) ){
121840 zErr = "error in xClose()";
122958 pModule->xClose(pCsr);
125277 if( pTC ) pModule->xClose(pTC);
126107 pMod->xClose(pC);
126219 pMod->xClose(pC);
126967 pMod->xClose(pC);
127866 ** Rtree virtual table module xClose method.
129888 rtreeClose, /* xClose - close a cursor */
131056 icuClose, /* xClose */