Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
7zBuf2.c File Reference
#include "Precomp.h"
#include <string.h>
#include "7zBuf.h"

Functions

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

◆ 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 )