Searched refs:internal_donotuse (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4internal.h385 LZ4_stream_t_internal internal_donotuse; member in union:LZ4_stream_u
401 LZ4_streamDecode_t_internal internal_donotuse; member in union:LZ4_streamDecode_u
H A Dlz4.c671 LZ4_stream_t_internal* ctx = &((LZ4_stream_t*)state)->internal_donotuse;
721 return LZ4_compress_generic(&ctx.internal_donotuse, source, dest, inputSize, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acceleration);
723 return LZ4_compress_generic(&ctx.internal_donotuse, source, dest, inputSize, maxOutputSize, limitedOutput, sizeof(void*)==8 ? byU32 : byPtr, noDict, noDictIssue, acceleration);
895 return LZ4_compress_destSize_generic(&state->internal_donotuse, src, dst, srcSizePtr, targetDstSize, byU16);
897 return LZ4_compress_destSize_generic(&state->internal_donotuse, src, dst, srcSizePtr, targetDstSize, sizeof(void*)==8 ? byU32 : byPtr);
948 LZ4_stream_t_internal* dict = &LZ4_dict->internal_donotuse;
999 LZ4_stream_t_internal* streamPtr = &LZ4_stream->internal_donotuse;
1047 LZ4_stream_t_internal* streamPtr = &LZ4_dict->internal_donotuse;
1074 LZ4_stream_t_internal* const dict = &LZ4_dict->internal_donotuse;
1305 LZ4_streamDecode_t_internal* lz4sd = &LZ4_streamDecode->internal_donotuse;
[all...]

Completed in 112 milliseconds