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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c946 int LZ4_loadDict (LZ4_stream_t* LZ4_dict, const char* dictionary, int dictSize) argument
948 LZ4_stream_t_internal* dict = &LZ4_dict->internal_donotuse;
954 LZ4_resetStream(LZ4_dict);
978 static void LZ4_renormDictT(LZ4_stream_t_internal* LZ4_dict, const BYTE* src) argument
980 if ((LZ4_dict->currentOffset > 0x80000000) ||
981 ((uptrval)LZ4_dict->currentOffset > (uptrval)src)) { /* address space overflow */
983 U32 const delta = LZ4_dict->currentOffset - 64 KB;
984 const BYTE* dictEnd = LZ4_dict->dictionary + LZ4_dict->dictSize;
987 if (LZ4_dict
1045 LZ4_compress_forceExtDict(LZ4_stream_t* LZ4_dict, const char* source, char* dest, int inputSize) argument
1072 LZ4_saveDict(LZ4_stream_t* LZ4_dict, char* safeBuffer, int dictSize) argument
[all...]

Completed in 109 milliseconds