Searched defs:getProp2 (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp141 GetHandlerPropertyFunc2 getProp2,
144 if (getProp2)
145 return getProp2(index, propID, &prop);;
151 GetHandlerPropertyFunc2 getProp2,
155 RINOK(ReadProp(getProp, getProp2, index, propID, prop));
165 GetHandlerPropertyFunc2 getProp2,
169 RINOK(ReadProp(getProp, getProp2, index, propID, prop));
240 GetHandlerPropertyFunc2 getProp2 = (GetHandlerPropertyFunc2)lib.GetProc("GetHandlerProperty2"); local
241 if (getProp2 == NULL)
254 if (getProp2
139 ReadProp( GetHandlerPropertyFunc getProp, GetHandlerPropertyFunc2 getProp2, UInt32 index, PROPID propID, NCOM::CPropVariant &prop) argument
149 ReadBoolProp( GetHandlerPropertyFunc getProp, GetHandlerPropertyFunc2 getProp2, UInt32 index, PROPID propID, bool &res) argument
163 ReadStringProp( GetHandlerPropertyFunc getProp, GetHandlerPropertyFunc2 getProp2, UInt32 index, PROPID propID, UString &res) argument
[all...]

Completed in 87 milliseconds