Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c8038 static int apndTruncate(sqlite3_file*, sqlite3_int64 size);
8104 apndTruncate, /* xTruncate */
8195 static int apndTruncate(sqlite3_file *pFile, sqlite_int64 size){ in apndTruncate() function