Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c49997 UINT nLargest = 0; in sqlite3_win32_compact_heap() local
50008 if( (nLargest=osHeapCompact(hHeap, SQLITE_WIN32_HEAP_FLAGS))==0 ){ in sqlite3_win32_compact_heap()
50025 if( pnLargest ) *pnLargest = nLargest; in sqlite3_win32_compact_heap()