HomeSort by relevance Sort by last modified time
    Searched refs:LZ4F_createCompressionContext (Results 1 - 5 of 5) sorted by null

  /external/lz4/lib/
lz4frame.h 236 /*! LZ4F_createCompressionContext() :
238 * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version.
244 LZ4FLIB_API LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_cctx** cctxPtr, unsigned version);
496 * cctx must point to a context created by LZ4F_createCompressionContext().
lz4frame.c 417 result = LZ4F_createCompressionContext(&cctxPtr, LZ4F_VERSION);
509 /*! LZ4F_createCompressionContext() :
511 * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version and an LZ4F_preferences_t structure.
517 LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_compressionContext_t* LZ4F_compressionContextPtr, unsigned version)
    [all...]
  /external/lz4/tests/
frametest.c 458 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
497 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
522 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
532 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
    [all...]
  /external/lz4/examples/
frameCompress.c 129 size_t const ctxCreation = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION);
  /external/lz4/programs/
lz4io.c 497 LZ4F_errorCode_t const errorCode = LZ4F_createCompressionContext(&(ress.ctx), LZ4F_VERSION);
    [all...]

Completed in 612 milliseconds