Lines Matching defs:p

17 void SzCoderInfo_Init(CSzCoderInfo *p)  in SzCoderInfo_Init()
22 void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) in SzCoderInfo_Free()
28 void SzFolder_Init(CSzFolder *p) in SzFolder_Init()
42 void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) in SzFolder_Free()
55 UInt32 SzFolder_GetNumOutStreams(CSzFolder *p) in SzFolder_GetNumOutStreams()
64 int SzFolder_FindBindPairForInStream(CSzFolder *p, UInt32 inStreamIndex) in SzFolder_FindBindPairForInStream()
74 int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) in SzFolder_FindBindPairForOutStream()
83 UInt64 SzFolder_GetUnpackSize(CSzFolder *p) in SzFolder_GetUnpackSize()
95 void SzFile_Init(CSzFileItem *p) in SzFile_Init()
104 void SzAr_Init(CSzAr *p) in SzAr_Init()
116 void SzAr_Free(CSzAr *p, ISzAlloc *alloc) in SzAr_Free()
132 void SzArEx_Init(CSzArEx *p) in SzArEx_Init()
143 void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Free()
176 #define MY_ALLOC(T, p, size, alloc) { if ((size) == 0) p = 0; else \ argument
179 static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Fill()
243 UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, UInt32 indexInFolder) in SzArEx_GetFolderStreamPos()
249 int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, UInt64 *resSize) in SzArEx_GetFolderFullPackSize()
865 CSzAr *p, in SzReadStreamsInfo()
906 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest) in SzArEx_GetFileNameUtf16()
919 static SRes SzReadFileNames(const Byte *p, size_t size, UInt32 numFiles, size_t *sizes) in SzReadFileNames()
941 CSzArEx *p, /* allocMain */ in SzReadHeader2()
1123 CSzArEx *p, in SzReadHeader()
1152 CSzAr *p, in SzReadAndDecodePackedStreams2()
1198 CSzAr p; in SzReadAndDecodePackedStreams() local
1215 CSzArEx *p, in SzArEx_Open2()
1314 SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMain, ISzAlloc *allocTemp) in SzArEx_Open()
1323 const CSzArEx *p, in SzArEx_Extract()
1405 const CSzArEx *p, in SzArEx_ExtractFolder()