Buf_Create         20 third_party/lzma_sdk/7zBuf.h int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc);
Buf_Create        584 third_party/lzma_sdk/7zIn.c         if (!Buf_Create(&coder->Props, (size_t)propertiesSize, alloc))
Buf_Create       1019 third_party/lzma_sdk/7zIn.c         if (!Buf_Create(&p->FileNames, namesSize, allocMain))
Buf_Create       1178 third_party/lzma_sdk/7zIn.c   if (!Buf_Create(outBuffer, (size_t)unpackSize, allocTemp))
Buf_Create       1267 third_party/lzma_sdk/7zIn.c   if (!Buf_Create(&buffer, nextHeaderSizeT, allocTemp))