Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c140 static int fsFileControl(sqlite3_file*, int op, void *pArg);
219 fsFileControl, /* xFileControl */
562 static int fsFileControl(sqlite3_file *pFile, int op, void *pArg){ in fsFileControl() function