Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_journal.c139 static int jtSync(sqlite3_file*, int flags);
193 jtSync, /* xSync */
600 static int jtSync(sqlite3_file *pFile, int flags){ in jtSync() function