Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds