Searched refs:CBuf (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A D7zBuf.h17 } CBuf; typedef in typeref:struct:__anon13421
19 void Buf_Init(CBuf *p);
20 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc);
21 void Buf_Free(CBuf *p, ISzAlloc *alloc);
H A D7zBuf.c8 void Buf_Init(CBuf *p)
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc)
31 void Buf_Free(CBuf *p, ISzAlloc *alloc)
H A D7z.h51 CBuf Props;
159 CBuf FileNames; /* UTF-16-LE */
H A D7zIn.c268 SRes SzReadTime(const CObjectVector<CBuf> &dataVector,
1150 CBuf *outBuffer,
1194 CBuf *outBuffer,
1225 CBuf buffer;
1285 CBuf outBuffer;
/external/lzma/C/
H A D7zBuf.h17 } CBuf; typedef in typeref:struct:__anon26690
19 void Buf_Init(CBuf *p);
20 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc);
21 void Buf_Free(CBuf *p, ISzAlloc *alloc);
H A D7zBuf.c8 void Buf_Init(CBuf *p)
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc)
31 void Buf_Free(CBuf *p, ISzAlloc *alloc)
H A D7z.h51 CBuf Props;
159 CBuf FileNames; /* UTF-16-LE */
H A D7zIn.c268 SRes SzReadTime(const CObjectVector<CBuf> &dataVector,
1150 CBuf *outBuffer,
1194 CBuf *outBuffer,
1225 CBuf buffer;
1285 CBuf outBuffer;
/external/lzma/C/Util/7z/
H A D7zMain.c25 static int Buf_EnsureSize(CBuf *dest, size_t size)
86 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
100 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s, int fileMode)
142 CBuf buf;
165 CBuf buf;
177 CBuf buf;
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp271 llvm::MemoryBuffer *CBuf = local
275 FileID FID = CSM.createFileID(CBuf);

Completed in 2715 milliseconds