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

Method ProcessSwitchesString

Libraries/unrar/cmddata.cpp:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257#if !defined(SFX_MODULE)
258void CommandData::ProcessSwitchesString(const wchar *Str)
259{
260 wchar *Par;
261 while ((Str=AllocCmdParam(Str,&Par))!=NULL)
262 {
263 if (IsSwitch(*Par))
264 ProcessSwitch(Par+1);
265 free(Par);
266 }
267}
268#endif
269
270

Callers

nothing calls this directly

Calls 1

AllocCmdParamFunction · 0.85

Tested by

no test coverage detected