Searched refs:xFileControl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 833 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
| H A D | shell.c | 4044 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
|
| H A D | sqlite3.c | 1139 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member 24068 return id->pMethods->xFileControl(id, op, pArg); 24071 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); 206587 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
|