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

  /external/lz4/lib/
lz4.h 452 /*! LZ4_attach_dictionary() :
478 LZ4LIB_API void LZ4_attach_dictionary(LZ4_stream_t *working_stream, const LZ4_stream_t *dictionary_stream);
lz4.c     [all...]
lz4frame.c 567 LZ4_attach_dictionary((LZ4_stream_t *)ctx, cdict ? cdict->fastCtx : NULL);
    [all...]
  /external/lz4/tests/
fuzzer.c     [all...]

Completed in 82 milliseconds