OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZ4F_createCompressionContext
(Results
1 - 5
of
5
) sorted by null
/external/lz4/lib/
lz4frame.h
195
LZ4FLIB_API LZ4F_errorCode_t
LZ4F_createCompressionContext
(LZ4F_cctx** cctxPtr, unsigned version);
197
/*
LZ4F_createCompressionContext
() :
199
* This is achieved using
LZ4F_createCompressionContext
(), which takes as argument a version and an LZ4F_preferences_t structure.
lz4frame.c
370
/*!
LZ4F_createCompressionContext
() :
372
* This is achieved using
LZ4F_createCompressionContext
(), which takes as argument a version and an LZ4F_preferences_t structure.
378
LZ4F_errorCode_t
LZ4F_createCompressionContext
(LZ4F_compressionContext_t* LZ4F_compressionContextPtr, unsigned version)
[
all
...]
/external/lz4/examples/
frameCompress.c
28
r =
LZ4F_createCompressionContext
(&ctx, LZ4F_VERSION);
/external/lz4/tests/
frametest.c
416
errorCode =
LZ4F_createCompressionContext
(&cctx, LZ4F_VERSION);
580
result =
LZ4F_createCompressionContext
(&cCtx, LZ4F_VERSION);
[
all
...]
/external/lz4/programs/
lz4io.c
411
LZ4F_errorCode_t const errorCode =
LZ4F_createCompressionContext
(&(ress.ctx), LZ4F_VERSION);
[
all
...]
Completed in 157 milliseconds