Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xClose

1133 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1135 ** only way to prevent a call to xClose following a failed xOpen
1215 int (*xClose)(sqlite3_file*);
1344 ** the string will be valid and unchanged until xClose() is
5140 int (*xClose)(sqlite3_vtab_cursor*);
5325 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14002 rc = pId->pMethods->xClose(pId);
23358 os2Close, /* xClose */
28357 CLOSE, /* xClose */ \
28390 unixClose, /* xClose method */
28399 nolockClose, /* xClose method */
28408 dotlockClose, /* xClose method */
28419 flockClose, /* xClose method */
28431 semClose, /* xClose method */
28443 afpClose, /* xClose method */
28468 proxyClose, /* xClose method */
28481 unixClose, /* xClose method */
30463 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
30581 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
30761 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
30771 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
30782 return pFile->pMethod->xClose(id);
32975 winClose, /* xClose */
58676 pModule->xClose(pVtabCursor);
67967 u.ch.pModule->xClose(u.ch.pVtabCursor);
69070 jrnlClose, /* xClose */
69354 memjrnlClose, /* xClose */
112092 recoverClose, /* xClose - close a cursor */
112812 ** until the cursor is closed (using the xClose() method).
112824 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
112844 ** to xNext() or xClose().
113128 ** the xOpen method. Cursors are destroyed using the xClose method.
114174 ** on the xClose method of the virtual table interface.
116613 /* xClose */ fts3CloseMethod,
116959 ** xClose - Close a cursor.
117205 xClose */
117406 pModule->xClose(pCursor);
117485 pModule->xClose(pCursor);
117521 pModule->xClose(pCursor);
119492 if( SQLITE_OK!=p->xClose(pCsr) ){
119493 zErr = "error in xClose()";
120492 pModule->xClose(pCsr);
122491 if( pTC ) pModule->xClose(pTC);
123263 pMod->xClose(pC);
123375 pMod->xClose(pC);
124197 pMod->xClose(pC);
125094 ** Rtree virtual table module xClose method.
127079 rtreeClose, /* xClose - close a cursor */
128240 icuClose, /* xClose */