Searched refs:newProps (Results 1 - 5 of 5) sorted by relevance
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| H A D | 7zHandlerOut.cpp | 447 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 D | UpdateCallback.cpp | 150 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 D | HashCalc.cpp | 1715 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 D | XzHandler.cpp | 1118 Int32 newData, newProps;
in UpdateItems() local 1122 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive))
in UpdateItems() 1124 if (IntToBool(newProps))
in UpdateItems()
|
| H A D | IArchive.h | 418 *newData *newProps
446 x(GetUpdateItemInfo(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)) \
|
Completed in 8 milliseconds