MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Init

Method Init

Libraries/unrar/options.cpp:17–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17void RAROptions::Init()
18{
19 memset(this,0,sizeof(RAROptions));
20 WinSize=0x2000000;
21 Overwrite=OVERWRITE_DEFAULT;
22 Method=3;
23 MsgStream=MSG_STDOUT;
24 ConvertNames=NAMES_ORIGINALCASE;
25 xmtime=EXTTIME_MAX;
26 FileSizeLess=INT64NDF;
27 FileSizeMore=INT64NDF;
28 HashType=HASH_CRC32;
29#ifdef RAR_SMP
30 Threads=GetNumberOfThreads();
31#endif
32#ifdef USE_QOPEN
33 QOpenMode=QOPEN_AUTO;
34#endif
35}

Callers

nothing calls this directly

Calls 1

GetNumberOfThreadsFunction · 0.85

Tested by

no test coverage detected