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

  /external/lz4/lib/
lz4frame.h 116 LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_compressionContext_t* LZ4F_compressionContextPtr, unsigned version);
118 /* LZ4F_createCompressionContext() :
120 * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version and an LZ4F_preferences_t structure.
lz4frame.c 320 /* LZ4F_createCompressionContext() :
322 * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version and an LZ4F_preferences_t structure.
328 LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_compressionContext_t* LZ4F_compressionContextPtr, unsigned version)
    [all...]
  /external/lz4/programs/
frametest.c 397 result = LZ4F_createCompressionContext(&cCtx, LZ4F_VERSION);
lz4io.c 386 errorCode = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION);

Completed in 41 milliseconds