Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h848 int (*xClose)(sqlite3_file*); member
7532 int (*xClose)(sqlite3_vtab_cursor*); member
H A Dshell.c9757 return pFile->pMethods->xClose(pFile); in apndClose()
10062 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
10082 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
16587 rc = p->pReal->pMethods->xClose(p->pReal); in vfstraceClose()
17108 pNew->xClose = vfstraceClose; in vfstraceOpen()
20933 return pFd->pMethods->xClose(pFd); in recoverVfsClose()
H A Dsqlite3.c1167 int (*xClose)(sqlite3_file*); member
7851 int (*xClose)(sqlite3_vtab_cursor*); member
26620 pId->pMethods->xClose(pId); in sqlite3OsClose()
46639 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); in switchLockProxyPath()
46758 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile); in proxyTransformUnixFile()
46941 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy); in proxyClose()
46951 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile); in proxyClose()
46962 return pFile->pMethod->xClose(id); in proxyClose()
88677 pModule->xClose(pVCur);
102583 pModule->xClose(pVCur);
[all …]