Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c147 static int tmpClose(sqlite3_file*);
231 tmpClose, /* xClose */
257 static int tmpClose(sqlite3_file *pFile){ in tmpClose() function