Home | History | Annotate | Download | only in orig

Lines Matching defs:xClose

758 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
760 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
841 int (*xClose)(sqlite3_file*);
1143 ** the string will be valid and unchanged until xClose() is
5431 int (*xClose)(sqlite3_vtab_cursor*);
5635 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
15798 rc = pId->pMethods->xClose(pId);
29207 CLOSE, /* xClose */ \
29242 unixClose, /* xClose method */
29251 nolockClose, /* xClose method */
29260 dotlockClose, /* xClose method */
29271 flockClose, /* xClose method */
29283 semClose, /* xClose method */
29295 afpClose, /* xClose method */
29320 proxyClose, /* xClose method */
29333 unixClose, /* xClose method */
31324 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
31442 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
31622 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
31632 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
31643 return pFile->pMethod->xClose(id);
36139 winClose, /* xClose */
63967 pModule->xClose(pVtabCursor);
74035 pModule->xClose(pVtabCursor);
76278 jrnlClose, /* xClose */
76566 memjrnlClose, /* xClose */
126378 ** until the cursor is closed (using the xClose() method).
126390 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
126410 ** to xNext() or xClose().
126809 ** the xOpen method. Cursors are destroyed using the xClose method.
128469 ** on the xClose method of the virtual table interface.
130545 /* xClose */ fts3CloseMethod,
132867 ** xClose - Close a cursor.
133161 fts3auxCloseMethod, /* xClose */
133335 pModule->xClose(pCsr);
133429 pModule->xClose(pCursor);
133527 pModule->xClose(pCursor);
133563 pModule->xClose(pCursor);
135825 if( SQLITE_OK!=p->xClose(pCsr) ){
135826 zErr = "error in xClose()";
136526 pTab->pMod->xClose(pCsr->pCsr);
136540 ** xClose - Close a cursor.
136674 fts3tokCloseMethod, /* xClose */
137550 pModule->xClose(pCsr);
141903 if( pT ) pModule->xClose(pT);
142074 if( pTC ) pModule->xClose(pTC);
142944 pMod->xClose(pC);
143068 pMod->xClose(pC);
143821 pMod->xClose(pC);
145528 ** Rtree virtual table module xClose method.
147624 rtreeClose, /* xClose - close a cursor */
148866 icuClose, /* xClose */