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

  /external/lz4/lib/
lz4frame.h 280 * dctx memory can be released using LZ4F_freeDecompressionContext();
281 * The result of LZ4F_freeDecompressionContext() is indicative of the current state of decompressionContext when being released.
285 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* const dctx);
lz4frame.c 754 * Object can later be released using LZ4F_freeDecompressionContext().
767 LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* const dctxPtr)
    [all...]
  /external/lz4/tests/
frametest.c 214 DISPLAYLEVEL(3, "LZ4F_freeDecompressionContext \n");
215 { LZ4F_errorCode_t const errorCode = LZ4F_freeDecompressionContext(dCtx);
316 errorCode = LZ4F_freeDecompressionContext(dCtx);
370 { LZ4F_errorCode_t const freeError = LZ4F_freeDecompressionContext(dCtx);
534 LZ4F_freeDecompressionContext(dCtx); dCtx = NULL;
    [all...]
fullbench.c 586 LZ4F_freeDecompressionContext(g_dCtx);
  /external/lz4/examples/
frameCompress.c 213 return LZ4F_freeDecompressionContext(dctx); /* note : free works on NULL */
  /external/lz4/programs/
lz4io.c 781 LZ4F_errorCode_t errorCode = LZ4F_freeDecompressionContext(ress.dCtx);
    [all...]

Completed in 172 milliseconds