Home
last modified time | relevance | path

Searched refs:tvfsFileControl (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_vfs.c174 static int tvfsFileControl(sqlite3_file*, int op, void *pArg);
215 tvfsFileControl, /* xFileControl */
525 static int tvfsFileControl(sqlite3_file *pFile, int op, void *pArg){ in tvfsFileControl() function