Searched refs:fsTruncate (Results 1 – 1 of 1) sorted by relevance
134 static int fsTruncate(sqlite3_file*, sqlite3_int64 size);213 fsTruncate, /* xTruncate */488 static int fsTruncate(sqlite3_file *pFile, sqlite_int64 size){ in fsTruncate() function