Lines Matching defs:p
40 #define XzBlock_ClearFlags_SetNumFilters(p, n) (p)->flags = (Byte)((n) - 1); argument
41 #define XzBlock_SetHasPackSize(p) (p)->flags |= XZ_BF_PACK_SIZE; argument
42 #define XzBlock_SetHasUnpackSize(p) (p)->flags |= XZ_BF_UNPACK_SIZE; argument
70 static SRes XzBlock_WriteHeader(const CXzBlock *p, ISeqOutStreamPtr s) in XzBlock_WriteHeader()
111 static void XzEncIndex_Construct(CXzEncIndex *p) in XzEncIndex_Construct()
119 static void XzEncIndex_Init(CXzEncIndex *p) in XzEncIndex_Init()
125 static void XzEncIndex_Free(CXzEncIndex *p, ISzAllocPtr alloc) in XzEncIndex_Free()
138 static SRes XzEncIndex_ReAlloc(CXzEncIndex *p, size_t newSize, ISzAllocPtr alloc) in XzEncIndex_ReAlloc()
153 static SRes XzEncIndex_PreAlloc(CXzEncIndex *p, UInt64 numBlocks, UInt64 unpackSize, UInt64 totalSi… in XzEncIndex_PreAlloc()
175 static SRes XzEncIndex_AddIndexRecord(CXzEncIndex *p, UInt64 unpackSize, UInt64 totalSize, ISzAlloc… in XzEncIndex_AddIndexRecord()
195 static SRes XzEncIndex_WriteFooter(const CXzEncIndex *p, CXzStreamFlags flags, ISeqOutStreamPtr s) in XzEncIndex_WriteFooter()
242 static void SeqCheckInStream_Init(CSeqCheckInStream *p, unsigned checkMode) in SeqCheckInStream_Init()
250 static void SeqCheckInStream_GetDigest(CSeqCheckInStream *p, Byte *digest) in SeqCheckInStream_GetDigest()
338 static SizeT XzBcFilterStateBase_Filter_Enc(CXzBcFilterStateBase *p, Byte *data, SizeT size) in XzBcFilterStateBase_Filter_Enc()
362 static SRes SeqInFilter_Init(CSeqInFilter *p, const CXzFilter *props, ISzAllocPtr alloc) in SeqInFilter_Init()
414 static void SeqInFilter_Construct(CSeqInFilter *p) in SeqInFilter_Construct()
421 static void SeqInFilter_Free(CSeqInFilter *p, ISzAllocPtr alloc) in SeqInFilter_Free()
449 CSbEncInStream *p = Z7_CONTAINER_FROM_VTBL(pp, CSbEncInStream, vt); in SbEncInStream_Read() local
476 void SbEncInStream_Construct(CSbEncInStream *p, ISzAllocPtr alloc) in SbEncInStream_Construct()
482 SRes SbEncInStream_Init(CSbEncInStream *p) in SbEncInStream_Init()
487 void SbEncInStream_Free(CSbEncInStream *p) in SbEncInStream_Free()
499 void XzFilterProps_Init(CXzFilterProps *p) in XzFilterProps_Init()
507 void XzProps_Init(CXzProps *p) in XzProps_Init()
523 static void XzEncProps_Normalize_Fixed(CXzProps *p) in XzEncProps_Normalize_Fixed()
603 static void XzProps_Normalize(CXzProps *p) in XzProps_Normalize()
692 static void Lzma2WithFilters_Construct(CLzma2WithFilters *p) in Lzma2WithFilters_Construct()
703 static SRes Lzma2WithFilters_Create(CLzma2WithFilters *p, ISzAllocPtr alloc, ISzAllocPtr bigAlloc) in Lzma2WithFilters_Create()
715 static void Lzma2WithFilters_Free(CLzma2WithFilters *p, ISzAllocPtr alloc) in Lzma2WithFilters_Free()
952 …const CCompressProgress_XzEncOffset *p = Z7_CONTAINER_FROM_VTBL_CONST(pp, CCompressProgress_XzEncO… in CompressProgress_XzEncOffset_Progress() local
986 static void XzEnc_Construct(CXzEnc *p) in XzEnc_Construct() argument
1006 static void XzEnc_FreeOutBufs(CXzEnc *p) in XzEnc_FreeOutBufs()
1019 static void XzEnc_Free(CXzEnc *p, ISzAllocPtr alloc) in XzEnc_Free()
1041 CXzEnc *p = (CXzEnc *)ISzAlloc_Alloc(alloc, sizeof(CXzEnc)); in XzEnc_Create() local
1055 void XzEnc_Destroy(CXzEncHandle p) in XzEnc_Destroy()
1063 SRes XzEnc_SetProps(CXzEncHandle p, const CXzProps *props) in XzEnc_SetProps()
1072 void XzEnc_SetDataSize(CXzEncHandle p, UInt64 expectedDataSiize) in XzEnc_SetDataSize()
1167 SRes XzEnc_Encode(CXzEncHandle p, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, ICompressPr… in XzEnc_Encode()