Home
last modified time | relevance | path

Searched refs:xClose (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h856 int (*xClose)(sqlite3_file*); member
7698 int (*xClose)(sqlite3_vtab_cursor*); member
H A Dshell.c11713 return pFile->pMethods->xClose(pFile); in apndClose()
12018 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
12038 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
18602 rc = p->pReal->pMethods->xClose(p->pReal); in vfstraceClose()
19123 pNew->xClose = vfstraceClose; in vfstraceOpen()
22972 return pFd->pMethods->xClose(pFd); in recoverVfsClose()
H A Dsqlite3.c1177 int (*xClose)(sqlite3_file*); member
8019 int (*xClose)(sqlite3_vtab_cursor*); member
27375 pId->pMethods->xClose(pId); in sqlite3OsClose()
48292 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); in switchLockProxyPath()
48411 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile); in proxyTransformUnixFile()
48594 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy); in proxyClose()
48604 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile); in proxyClose()
48615 return pFile->pMethod->xClose(id); in proxyClose()
90660 pModule->xClose(pVCur);
104998 pModule->xClose(pVCur);
[all …]