Parolin
0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
val
xcx_Zstandard
zstd-1.5.6
contrib
externalSequenceProducer
sequence_producer.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) Yann Collet, Meta Platforms, Inc.
3
* All rights reserved.
4
*
5
* This source code is licensed under both the BSD-style license (found in the
6
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7
* in the COPYING file in the root directory of this source tree).
8
* You may select, at your option, one of the above-listed licenses.
9
*/
10
11
#ifndef MATCHFINDER_H
12
#define MATCHFINDER_H
13
14
#define ZSTD_STATIC_LINKING_ONLY
15
#include "zstd.h"
16
17
size_t
simpleSequenceProducer
(
18
void
* sequenceProducerState,
19
ZSTD_Sequence* outSeqs,
size_t
outSeqsCapacity,
20
const
void
*
src
,
size_t
srcSize
,
21
const
void
*
dict
,
size_t
dictSize
,
22
int
compressionLevel
,
23
size_t
windowSize
24
);
25
26
#endif
srcSize
char int srcSize
Definition
lz4.h:806
src
const char * src
Definition
lz4.h:866
compressionLevel
char int int compressionLevel
Definition
lz4hc.h:286
dict
const void * dict
Definition
zbuff.h:76
dictSize
const void size_t dictSize
Definition
zbuff.h:76
simpleSequenceProducer
size_t simpleSequenceProducer(void *sequenceProducerState, ZSTD_Sequence *outSeqs, size_t outSeqsCapacity, const void *src, size_t srcSize, const void *dict, size_t dictSize, int compressionLevel, size_t windowSize)
Definition
sequence_producer.c:19
Generated by
1.12.0