Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c18429 static int vfstraceFileControl(sqlite3_file*, int op, void *pArg);
18769 static int vfstraceFileControl(sqlite3_file *pFile, int op, void *pArg){ in vfstraceFileControl() function
19132 pNew->xFileControl = vfstraceFileControl; in vfstraceOpen()