Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c141 static int apndTruncate(sqlite3_file*, sqlite3_int64 size);
207 apndTruncate, /* xTruncate */
298 static int apndTruncate(sqlite3_file *pFile, sqlite_int64 size){ in apndTruncate() function