Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8841 static int apndSync(sqlite3_file*, int flags);
8907 apndSync, /* xSync */
9009 static int apndSync(sqlite3_file *pFile, int flags){ in apndSync() function