OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUpdateItemInfo
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp
495
STDMETHOD(
GetUpdateItemInfo
)(UInt32 index,
552
STDMETHODIMP CArchiveUpdateCallback::
GetUpdateItemInfo
(UInt32 /* index */,
/external/lzma/CPP/7zip/Archive/
IArchive.h
304
GetUpdateItemInfo
outs:
331
STDMETHOD(
GetUpdateItemInfo
)(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive) x; \
XzHandler.cpp
826
RINOK(updateCallback->
GetUpdateItemInfo
(0, &newData, &newProps, &indexInArchive));
/external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp
95
STDMETHODIMP CArchiveUpdateCallback::
GetUpdateItemInfo
(UInt32 index,
/external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp
286
RINOK(updateCallback->
GetUpdateItemInfo
(i, &newData, &newProps, &indexInArchive));
Completed in 57 milliseconds