Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp391 …Func_GetNumberOfFormats getNumberOfFormats = (Func_GetNumberOfFormats)lib.GetProc("GetNumberOfForm… in LoadFormats() local
392 if (getNumberOfFormats) in LoadFormats()
394 RINOK(getNumberOfFormats(&numFormats)); in LoadFormats()