Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_journal.c144 static int jtFileControl(sqlite3_file*, int op, void *pArg);
198 jtFileControl, /* xFileControl */
672 static int jtFileControl(sqlite3_file *pFile, int op, void *pArg){ in jtFileControl() function