Searched refs:xFileControl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 688 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
| H A D | sqlite3.c | 1241 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member 14428 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 791 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
| H A D | shell.c | 3922 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
|
| H A D | sqlite3.c | 1830 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member 23055 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl() 23058 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint() 199711 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
|