Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp447 Int32 newData, newProps; in Z7_COM7F_IMF() local
451 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)) in Z7_COM7F_IMF()
453 ui.NewProps = IntToBool(newProps); in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp150 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)) in Z7_COM7F_IMF() argument
156 if (newProps) *newProps = BoolToInt(up.NewProps); in Z7_COM7F_IMF()
DHashCalc.cpp1715 Int32 newProps; in Z7_COM7F_IMF() local
1721 RINOK(callback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArc)) in Z7_COM7F_IMF()
1723 ui.NewProps = IntToBool(newProps); in Z7_COM7F_IMF()
1727 if (IntToBool(newProps)) in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp1118 Int32 newData, newProps;
1122 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive))
1124 if (IntToBool(newProps))
DIArchive.h446 x(GetUpdateItemInfo(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)) \