Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c151 static int tmpSync(sqlite3_file*, int flags);
235 tmpSync, /* xSync */
316 static int tmpSync(sqlite3_file *pFile, int flags){ in tmpSync() function