Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
7zBuf.h File Reference
#include "7zTypes.h"

Go to the source code of this file.

Data Structures

struct  CBuf
 
struct  CDynBuf
 

Functions

void Buf_Init (CBuf *p)
 
int Buf_Create (CBuf *p, size_t size, ISzAllocPtr alloc)
 
void Buf_Free (CBuf *p, ISzAllocPtr alloc)
 
void DynBuf_Construct (CDynBuf *p)
 
void DynBuf_SeekToBeg (CDynBuf *p)
 
int DynBuf_Write (CDynBuf *p, const Byte *buf, size_t size, ISzAllocPtr alloc)
 
void DynBuf_Free (CDynBuf *p, ISzAllocPtr alloc)
 

Function Documentation

◆ Buf_Create()

int Buf_Create ( CBuf * p,
size_t size,
ISzAllocPtr alloc )

◆ Buf_Free()

void Buf_Free ( CBuf * p,
ISzAllocPtr alloc )

◆ Buf_Init()

void Buf_Init ( CBuf * p)

◆ DynBuf_Construct()

void DynBuf_Construct ( CDynBuf * p)

◆ DynBuf_Free()

void DynBuf_Free ( CDynBuf * p,
ISzAllocPtr alloc )

◆ DynBuf_SeekToBeg()

void DynBuf_SeekToBeg ( CDynBuf * p)

◆ DynBuf_Write()

int DynBuf_Write ( CDynBuf * p,
const Byte * buf,
size_t size,
ISzAllocPtr alloc )