Home | History | Annotate | Download | only in Archive

Lines Matching full:uint32

140   UInt32 _filterId;

149 HRESULT Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback);
174 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
213 static void AddUInt32ToString(AString &s, UInt32 value)
223 UInt32 size;
229 size = (UInt32)(2 | (prop & 1)) << (prop / 2 + 1);
243 UInt32 Id;
284 AddUInt32ToString(s, (UInt32)f.props[0] + 1);
288 for (UInt32 bi = 0; bi < f.propsSize; bi++)
326 UInt32 mask = 0;
328 mask |= ((UInt32)1 << XzFlags_GetCheckType(xzs.streams[i].flags));
339 AddUInt32ToString(s2, (UInt32)i);
359 UInt32 v = 0;
375 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
465 HRESULT CHandler::Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback)
479 UInt32 headerSizeRes;
579 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
580 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
583 STDMETHODIMP CSeekToSeqStream::Read(void *data, UInt32 size, UInt32 *processedSize)
588 STDMETHODIMP CSeekToSeqStream::Seek(Int64, UInt32, UInt64 *) { return E_NOTIMPL; }
622 UInt32 inSize = 0;
733 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
739 if (numItems != (UInt32)(Int32)-1 && (numItems != 1 || indices[0] != 0))
802 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType)
808 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
823 UInt32 indexInArchive;
915 UInt32 delta = (UInt32)prop.Value.ulVal;
937 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)
941 for (UInt32 i = 0; i < numProps; i++)