Searched defs:ctx (Results 1 – 1 of 1) sorted by relevance
1671 …LZ4_stream_t_internal *const ctx = &LZ4_initStream(state, sizeof(LZ4_stream_t))->internal_donotuse; in LZ4_compress_fast_extState() local1714 LZ4_stream_t_internal *ctx = &((LZ4_stream_t *)state)->internal_donotuse; in LZ4_compress_fast_extState_fastReset() local1774 LZ4_stream_t ctx; in LZ4_compress_fast() local1820 …LZ4_stream_t *ctx = (LZ4_stream_t *)ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always properly … in LZ4_compress_destSize() local1890 void LZ4_resetStream_fast(LZ4_stream_t *ctx) in LZ4_resetStream_fast()