Searched refs:xFileControl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 865 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
| H A D | shell.c | 11810 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl() 18894 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg); in vfstraceFileControl() 19094 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen() 23197 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
|
| H A D | sqlite3.c | 1186 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member 27416 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl() 27419 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint() 230798 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
|