Searched refs:newProps (Results 1 – 5 of 5) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 447 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/ |
D | UpdateCallback.cpp | 150 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)) in Z7_COM7F_IMF() argument 156 if (newProps) *newProps = BoolToInt(up.NewProps); in Z7_COM7F_IMF()
|
D | HashCalc.cpp | 1715 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/ |
D | XzHandler.cpp | 1118 Int32 newData, newProps; 1122 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive)) 1124 if (IntToBool(newProps))
|
D | IArchive.h | 446 x(GetUpdateItemInfo(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)) \
|