Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_vfstrace.c150 static int vfstraceFileControl(sqlite3_file*, int op, void *pArg);
455 static int vfstraceFileControl(sqlite3_file *pFile, int op, void *pArg){ in vfstraceFileControl() function
632 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()