Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c142 static int apndSync(sqlite3_file*, int flags);
208 apndSync, /* xSync */
310 static int apndSync(sqlite3_file *pFile, int flags){ in apndSync() function