Searched refs:Buf_Create (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function
H A D7zBuf.h20 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc);
H A D7zIn.c584 if (!Buf_Create(&coder->Props, (size_t)propertiesSize, alloc))
1019 if (!Buf_Create(&p->FileNames, namesSize, allocMain))
1178 if (!Buf_Create(outBuffer, (size_t)unpackSize, allocTemp))
1267 if (!Buf_Create(&buffer, nextHeaderSizeT, allocTemp))
/external/lzma/C/
H A D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function
H A D7zBuf.h20 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc);
H A D7zIn.c584 if (!Buf_Create(&coder->Props, (size_t)propertiesSize, alloc))
1019 if (!Buf_Create(&p->FileNames, namesSize, allocMain))
1178 if (!Buf_Create(outBuffer, (size_t)unpackSize, allocTemp))
1267 if (!Buf_Create(&buffer, nextHeaderSizeT, allocTemp))
/external/lzma/C/Util/7z/
H A D7zMain.c30 return Buf_Create(dest, size, &g_Alloc);

Completed in 53 milliseconds