Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfslog.c101 static int vlogTruncate(sqlite3_file*, sqlite3_int64 size);
158 vlogTruncate, /* xTruncate */
466 static int vlogTruncate(sqlite3_file *pFile, sqlite_int64 size){ in vlogTruncate() function