Searched refs:CBuf (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/C/ |
H A D | 7zBuf.h | 15 } CBuf;
typedef 17 void Buf_Init(CBuf *p);
18 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc);
19 void Buf_Free(CBuf *p, ISzAllocPtr alloc);
|
H A D | 7zBuf.c | 8 void Buf_Init(CBuf *p)
in Buf_Init() 14 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc)
in Buf_Create() 31 void Buf_Free(CBuf *p, ISzAllocPtr alloc)
in Buf_Free()
|
H A D | 7zArcIn.c | 649 const CBuf *tempBufs, UInt32 numTempBufs,
in ReadUnpackInfo() 946 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs,
in SzReadStreamsInfo() 991 CBuf *tempBufs,
in SzReadAndDecodePackedStreams() 1012 CBuf *tempBuf = tempBufs + fo;
in SzReadAndDecodePackedStreams() 1022 const CBuf *tempBuf = tempBufs + fo;
in SzReadAndDecodePackedStreams() 1061 const CBuf *tempBufs, UInt32 numTempBufs,
in ReadTime() 1114 CBuf *tempBufs, UInt32 *numTempBufs,
in SzReadHeader2() 1492 CBuf tempBufs[NUM_ADDITIONAL_STREAMS_MAX];
in SzReadHeader() 1523 CBuf buf;
in SzArEx_Open2() 1587 CBuf tempBu in SzArEx_Open2() [all...] |
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 47 static int Buf_EnsureSize(CBuf *dest, size_t size)
in Buf_EnsureSize() 153 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
in Utf16_To_Utf8Buf() 165 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
in Utf16_To_Char() 216 CBuf buf;
in MyCreateDir() 239 CBuf buf;
in OutFile_OpenUtf16() 252 CBuf buf;
in PrintString() 407 CBuf buf;
in Set_File_FILETIME()
|
Completed in 5 milliseconds