Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c156 static int tmpFileControl(sqlite3_file*, int op, void *pArg);
240 tmpFileControl, /* xFileControl */
354 static int tmpFileControl(sqlite3_file *pFile, int op, void *pArg){ in tmpFileControl() function