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
7696 int (*xClose)(sqlite3_vtab_cursor*); member
H A Dshell.c11682 return pFile->pMethods->xClose(pFile); in apndClose()
11987 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
12007 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
18564 rc = p->pReal->pMethods->xClose(p->pReal); in vfstraceClose()
19085 pNew->xClose = vfstraceClose; in vfstraceOpen()
22934 return pFd->pMethods->xClose(pFd); in recoverVfsClose()
H A Dsqlite3.c1177 int (*xClose)(sqlite3_file*); member
8017 int (*xClose)(sqlite3_vtab_cursor*); member
27345 pId->pMethods->xClose(pId); in sqlite3OsClose()
48262 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); in switchLockProxyPath()
48381 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile); in proxyTransformUnixFile()
48564 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy); in proxyClose()
48574 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile); in proxyClose()
48585 return pFile->pMethod->xClose(id); in proxyClose()
90508 pModule->xClose(pVCur);
104840 pModule->xClose(pVCur);
[all …]