Lines Matching refs:ctx
465 LZ4_stream_t_internal *ctx = &((LZ4_stream_t *)state)->internal_donotuse; in LZ4_compress_fast_extState() local
479 return LZ4_compress_generic(ctx, source, in LZ4_compress_fast_extState()
484 return LZ4_compress_generic(ctx, source, in LZ4_compress_fast_extState()
490 return LZ4_compress_generic(ctx, source, in LZ4_compress_fast_extState()
495 return LZ4_compress_generic(ctx, source, in LZ4_compress_fast_extState()
522 LZ4_stream_t_internal * const ctx, in LZ4_compress_destSize_generic() argument
563 LZ4_putPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()
587 match = LZ4_getPositionOnHash(h, ctx->hashTable, in LZ4_compress_destSize_generic()
592 ctx->hashTable, tableType, in LZ4_compress_destSize_generic()
670 LZ4_putPosition(ip - 2, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()
673 match = LZ4_getPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()
674 LZ4_putPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()