Project Alice
Loading...
Searching...
No Matches
zstd_compress_superblock.h File Reference
#include "../zstd.h"
Include dependency graph for zstd_compress_superblock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t ZSTD_compressSuperBlock (ZSTD_CCtx *zc, void *dst, size_t dstCapacity, void const *src, size_t srcSize, unsigned lastBlock)
 

Function Documentation

◆ ZSTD_compressSuperBlock()

size_t ZSTD_compressSuperBlock ( ZSTD_CCtx zc,
void *  dst,
size_t  dstCapacity,
void const *  src,
size_t  srcSize,
unsigned  lastBlock 
)

Definition at line 665 of file zstd_compress_superblock.c.

Here is the call graph for this function: