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

/external/chromium_org/third_party/lzma_sdk/
H A D7zBuf.c31 void Buf_Free(CBuf *p, ISzAlloc *alloc) function
H A D7zBuf.h21 void Buf_Free(CBuf *p, ISzAlloc *alloc);
H A D7zIn.c24 Buf_Free(&p->Props, alloc);
151 Buf_Free(&p->FileNames, alloc);
1289 Buf_Free(&outBuffer, allocTemp);
1292 Buf_Free(&buffer, allocTemp);
1310 Buf_Free(&buffer, allocTemp);
/external/lzma/C/
H A D7zBuf.c31 void Buf_Free(CBuf *p, ISzAlloc *alloc) function
H A D7zBuf.h21 void Buf_Free(CBuf *p, ISzAlloc *alloc);
H A D7zIn.c24 Buf_Free(&p->Props, alloc);
151 Buf_Free(&p->FileNames, alloc);
1289 Buf_Free(&outBuffer, allocTemp);
1292 Buf_Free(&buffer, allocTemp);
1310 Buf_Free(&buffer, allocTemp);
/external/lzma/C/Util/7z/
H A D7zMain.c29 Buf_Free(dest, &g_Alloc);
154 Buf_Free(&buf, &g_Alloc);
170 Buf_Free(&buf, &g_Alloc);
183 Buf_Free(&buf, &g_Alloc);

Completed in 217 milliseconds