Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c1253 UINT nLargest = 0; in sqlite3_win32_compact_heap() local
1264 if( (nLargest=osHeapCompact(hHeap, SQLITE_WIN32_HEAP_FLAGS))==0 ){ in sqlite3_win32_compact_heap()
1281 if( pnLargest ) *pnLargest = nLargest; in sqlite3_win32_compact_heap()