Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c8762 static int apndTruncate(sqlite3_file*, sqlite3_int64 size);
8828 apndTruncate, /* xTruncate */
8919 static int apndTruncate(sqlite3_file *pFile, sqlite_int64 size){ in apndTruncate() function