Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_journal.c138 static int jtTruncate(sqlite3_file*, sqlite3_int64 size);
192 jtTruncate, /* xTruncate */
580 static int jtTruncate(sqlite3_file *pFile, sqlite_int64 size){ in jtTruncate() function