Home | History | Annotate | Download | only in dist

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);
29227 CLOSE, /* xClose */ \
29262 unixClose, /* xClose method */
29271 nolockClose, /* xClose method */
29280 dotlockClose, /* xClose method */
29291 flockClose, /* xClose method */
29303 semClose, /* xClose method */
29315 afpClose, /* xClose method */
29340 proxyClose, /* xClose method */
29353 unixClose, /* xClose method */
31344 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
31462 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
31642 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
31652 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
31663 return pFile->pMethod->xClose(id);
36159 winClose, /* xClose */
63987 pModule->xClose(pVtabCursor);
74055 pModule->xClose(pVtabCursor);
76298 jrnlClose, /* xClose */
76586 memjrnlClose, /* xClose */
126398 ** until the cursor is closed (using the xClose() method).
126410 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
126430 ** to xNext() or xClose().
126829 ** the xOpen method. Cursors are destroyed using the xClose method.
128489 ** on the xClose method of the virtual table interface.
130565 /* xClose */ fts3CloseMethod,
132899 ** xClose - Close a cursor.
133193 fts3auxCloseMethod, /* xClose */
133367 pModule->xClose(pCsr);
133461 pModule->xClose(pCursor);
133559 pModule->xClose(pCursor);
133595 pModule->xClose(pCursor);
135857 if( SQLITE_OK!=p->xClose(pCsr) ){
135858 zErr = "error in xClose()";
136558 pTab->pMod->xClose(pCsr->pCsr);
136572 ** xClose - Close a cursor.
136706 fts3tokCloseMethod, /* xClose */
137582 pModule->xClose(pCsr);
141935 if( pT ) pModule->xClose(pT);
142106 if( pTC ) pModule->xClose(pTC);
142976 pMod->xClose(pC);
143100 pMod->xClose(pC);
143853 pMod->xClose(pC);
145560 ** Rtree virtual table module xClose method.
147656 rtreeClose, /* xClose - close a cursor */
148898 icuClose, /* xClose */