Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c2909 static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){ function
3545 rc = winTruncate(id, newSz);
3900 }else if( winTruncate((sqlite3_file*)&pShmNode->hFile, 0) ){
4268 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
4603 winTruncate, /* xTruncate */
4629 winTruncate, /* xTruncate */