Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfslog.c102 static int vlogSync(sqlite3_file*, int flags);
159 vlogSync, /* xSync */
480 static int vlogSync(sqlite3_file *pFile, int flags){ in vlogSync() function