Searched refs:xFileControl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 857 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
| H A D | shell.c | 9885 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl() 16917 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl() 17117 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen() 21196 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
|
| H A D | sqlite3.c | 1176 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member 26691 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl() 26694 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint() 226152 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
|