Searched refs:xFileControl (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 301 int function (sqlite3_file*, int op, void *pArg) xFileControl;
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.h | 846 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
H A D | shell.c | 8978 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl() 17681 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
|
H A D | sqlite3.c | 1159 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member 25913 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl() 25916 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint() 221128 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
|